BCGControlBar Library for .NET
RemoveRow Method




A row to remove from the DockBar.
Removes the specified DockBarRow from the DockBar.
Syntax
'Declaration
 
Public Sub RemoveRow( _
   ByVal row As DockBarRow _
) 
'Usage
 
Dim instance As DockBar
Dim row As DockBarRow
 
instance.RemoveRow(row)
public void RemoveRow( 
   DockBarRow row
)
public: void RemoveRow( 
   DockBarRow* row
) 
public:
void RemoveRow( 
   DockBarRow^ row
) 

Parameters

row
A row to remove from the DockBar.
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

DockBar Class
DockBar Members

Send Feedback