BCGControlBar Library for .NET
GetRowIndex Method (DockBar)




A Row to get an index.
Specifies the current position of the DockBarRow and it's index in the DockBarRow collection.
Syntax
'Declaration
 
Public Function GetRowIndex( _
   ByVal row As DockBarRow _
) As Integer
'Usage
 
Dim instance As DockBar
Dim row As DockBarRow
Dim value As Integer
 
value = instance.GetRowIndex(row)
public int GetRowIndex( 
   DockBarRow row
)
public: int GetRowIndex( 
   DockBarRow* row
) 
public:
int GetRowIndex( 
   DockBarRow^ row
) 

Parameters

row
A Row to get an index.
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