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

The owner DockHost.

DockHost? DockHost { get; }

Property Value

DockHost

DockSite

The DockSite that is managing this object.

DockSite? DockSite { get; }

Property Value

DockSite

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.

Returns

DockingWindowState

Extension Methods