BCGControlBar Library for .NET
AdjustTasksLayout Method




Syntax
'Declaration
 
Public Function AdjustTasksLayout( _
   ByVal nPosition As Integer, _
   ByVal nWidth As Integer, _
   ByVal rect As Rectangle, _
   ByVal bHeightOnly As Boolean _
) As Integer
'Usage
 
Dim instance As TasksGroup
Dim nPosition As Integer
Dim nWidth As Integer
Dim rect As Rectangle
Dim bHeightOnly As Boolean
Dim value As Integer
 
value = instance.AdjustTasksLayout(nPosition, nWidth, rect, bHeightOnly)
public int AdjustTasksLayout( 
   int nPosition,
   int nWidth,
   Rectangle rect,
   bool bHeightOnly
)
public: int AdjustTasksLayout( 
   int nPosition,
   int nWidth,
   Rectangle rect,
   bool bHeightOnly
) 
public:
int AdjustTasksLayout( 
   int nPosition,
   int nWidth,
   Rectangle rect,
   bool bHeightOnly
) 

Parameters

nPosition
nWidth
rect
bHeightOnly
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

TasksGroup Class
TasksGroup Members

Send Feedback