BCGControlBar Library for .NET
AdjustLayout Method (ToolboxGroup)




Adjusts layout within group.
Syntax
'Declaration
 
Public Function AdjustLayout( _
   ByVal nPosition As Integer, _
   ByVal nWidth As Integer, _
   ByVal rect As Rectangle, _
   ByVal bHeightOnly As Boolean _
) As Integer
'Usage
 
Dim instance As ToolboxGroup
Dim nPosition As Integer
Dim nWidth As Integer
Dim rect As Rectangle
Dim bHeightOnly As Boolean
Dim value As Integer
 
value = instance.AdjustLayout(nPosition, nWidth, rect, bHeightOnly)
public int AdjustLayout( 
   int nPosition,
   int nWidth,
   Rectangle rect,
   bool bHeightOnly
)
public: int AdjustLayout( 
   int nPosition,
   int nWidth,
   Rectangle rect,
   bool bHeightOnly
) 
public:
int AdjustLayout( 
   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

ToolboxGroup Class
ToolboxGroup Members

Send Feedback