In This Article

IDockObject Interface

Provides the base requirements for an object that is part of the docking system.

public interface IDockObject

Properties

DockManager

The DockManager that is managing the dock object.

DockManager? DockManager { get; }

Property Value

DockManager

DockObjectType

A DockObjectType specifying the type of dock object.

DockObjectType DockObjectType { get; }

Property Value

DockObjectType

Extension Methods