BCGControlBar Library for .NET
DockBarRow Constructor(DockBar)




The DockBar to set as a parent.
Initializes a new instance of the ContextMenuManager  class and sets the specified DockBar as parent.
Syntax
'Declaration
 
Public Function New( _
   ByVal dockBar As DockBar _
)
'Usage
 
Dim dockBar As DockBar
 
Dim instance As New DockBarRow(dockBar)
public DockBarRow( 
   DockBar dockBar
)
public: DockBarRow( 
   DockBar* dockBar
)
public:
DockBarRow( 
   DockBar^ dockBar
)

Parameters

dockBar
The DockBar to set as a parent.
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
Overload List

Send Feedback