In This Article

IDockTarget Interface

Provides the base requirements for an object that is a possible target for a docking operation.

public interface IDockTarget

Properties

DockHost

Gets the owner DockHost.

DockHost DockHost { get; }

Property Value

DockHost:

The owner DockHost.

DockSite

Gets the DockSite that is managing this object.

DockSite DockSite { get; }

Property Value

DockSite:

The DockSite that is managing this object.

Methods

GetState(Nullable<Side>)

Returns the DockingWindowState that specifies the state of the docking location around the target.

DockingWindowState GetState(Side? side)
Parameter Type Description
side Nullable<Side>

Returns

DockingWindowState:

The DockingWindowState that specifies the state of the docking location around the target.