BCGControlBar Library for .NET
InsertNewRow Method




A position of the new dock row to insert.
Inserts a new DockBarRow to the specified position with the zero size.
Syntax
'Declaration
 
Public Function InsertNewRow( _
   ByVal insertAt As Integer _
) As DockBarRow
'Usage
 
Dim instance As DockBar
Dim insertAt As Integer
Dim value As DockBarRow
 
value = instance.InsertNewRow(insertAt)
public DockBarRow InsertNewRow( 
   int insertAt
)
public: DockBarRow* InsertNewRow( 
   int insertAt
) 
public:
DockBarRow^ InsertNewRow( 
   int insertAt
) 

Parameters

insertAt
A position of the new dock row to insert.
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