BCGControlBar Library for .NET
GetRowOffset Method




A DockBarRow to define an offset.
Specifies the distance between the DockBarRow and outer edge.
Syntax
'Declaration
 
Public Function GetRowOffset( _
   ByVal row As DockBarRow _
) As Integer
'Usage
 
Dim instance As DockBar
Dim row As DockBarRow
Dim value As Integer
 
value = instance.GetRowOffset(row)
public int GetRowOffset( 
   DockBarRow row
)
public: int GetRowOffset( 
   DockBarRow* row
) 
public:
int GetRowOffset( 
   DockBarRow^ row
) 

Parameters

row
A DockBarRow to define an offset.
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