BCGControlBar Library for .NET
ParentContainer Property (DockTable)




Syntax
'Declaration
 
Public ReadOnly Property ParentContainer As DockingContainer
'Usage
 
Dim instance As DockTable
Dim value As DockingContainer
 
value = instance.ParentContainer
public DockingContainer ParentContainer {get;}
public: __property DockingContainer* get_ParentContainer();
public:
property DockingContainer^ ParentContainer {
   DockingContainer^ 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

DockTable Class
DockTable Members

Send Feedback