BCGControlBar Library for .NET
Empty Property




True, if the docking container has no docking panes  neither hidden objects, otherwise, false.
Syntax
'Declaration
 
Public ReadOnly Property Empty As Boolean
'Usage
 
Dim instance As DockingContainer
Dim value As Boolean
 
value = instance.Empty
public bool Empty {get;}
public: __property bool get_Empty();
public:
property bool Empty {
   bool get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DockingContainer Class
DockingContainer Members

Send Feedback