BCGControlBar Library for .NET
IsLastRow Method




A DockBarRow to test.
Indicates if the specified row gets a last index in DockBarRows' collection.
Syntax
'Declaration
 
Public Function IsLastRow( _
   ByVal row As DockBarRow _
) As Boolean
'Usage
 
Dim instance As DockBar
Dim row As DockBarRow
Dim value As Boolean
 
value = instance.IsLastRow(row)
public bool IsLastRow( 
   DockBarRow row
)
public: bool IsLastRow( 
   DockBarRow* row
) 
public:
bool IsLastRow( 
   DockBarRow^ row
) 

Parameters

row
A DockBarRow to test.
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