BCGControlBar Library for .NET
OffsetTable Method




Syntax
'Declaration
 
Public Sub OffsetTable( _
   ByVal offset As Point, _
   ByVal start As Integer, _
   ByVal end As Integer, _
   ByVal setLocation As Boolean _
) 
'Usage
 
Dim instance As DockTable
Dim offset As Point
Dim start As Integer
Dim end As Integer
Dim setLocation As Boolean
 
instance.OffsetTable(offset, start, end, setLocation)
public void OffsetTable( 
   Point offset,
   int start,
   int end,
   bool setLocation
)
public: void OffsetTable( 
   Point offset,
   int start,
   int end,
   bool setLocation
) 
public:
void OffsetTable( 
   Point offset,
   int start,
   int end,
   bool setLocation
) 

Parameters

offset
start
end
setLocation
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

DockTable Class
DockTable Members

Send Feedback