In This Article

IDockObject Interface

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

public interface IDockObject

Properties

DockManager

Gets the DockManager that is managing the dock object.

DockManager DockManager { get; }

Property Value

DockManager:

The DockManager that is managing the dock object.

DockObjectType

Gets a DockObjectType specifying the type of dock object.

DockObjectType DockObjectType { get; }

Property Value

DockObjectType:

A DockObjectType specifying the type of dock object.