BCGControlBar Library for .NET
ParentDockBar Property




Specifies the parent dock bar on the DockBarRow.
Syntax
'Declaration
 
Public Property ParentDockBar As DockBar
'Usage
 
Dim instance As DockBarRow
Dim value As DockBar
 
instance.ParentDockBar = value
 
value = instance.ParentDockBar
public DockBar ParentDockBar {get; set;}
public: __property DockBar* get_ParentDockBar();
public: __property void set_ParentDockBar( 
   DockBar* value
);
public:
property DockBar^ ParentDockBar {
   DockBar^ get();
   void set (    DockBar^ value);
}
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

DockBarRow Class
DockBarRow Members

Send Feedback