Dockable.CanUndock 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 undocked, false otherwise.
public:
property bool CanUndock { bool get(); };
public bool CanUndock { get; }
member this.CanUndock : bool
Public ReadOnly Property CanUndock As Boolean