Dockable.CanDock Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if this object can currently be docked, false otherwise.
public:
property bool CanDock { bool get(); };
public bool CanDock { get; }
member this.CanDock : bool
Public ReadOnly Property CanDock As Boolean