DockPosition.IsOccupied 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 position is occupied, false otherwise.
public:
property bool IsOccupied { bool get(); };
public bool IsOccupied { get; }
member this.IsOccupied : bool
Public ReadOnly Property IsOccupied As Boolean