IDockTarget Interface
Provides the base requirements for an object that is a possible target for a docking operation.
public interface IDockTarget
Properties
DockHost
The owner DockHost.
DockSite
The DockSite that is managing this object.
Methods
GetState(Dock?)
Gets the DockingWindowState that specifies the state of the docking location around the target.
DockingWindowState GetState(Dock? side)
Parameter | Type | Description |
---|---|---|
side | Dock? | The side to examine, if any. |