BCGControlBar Library for .NET
InternalAdjustLayout Method (CategoryItem)




Specifies the direction of the  Category Item.
Determines the size and location of the toolbar button and launch button within the Category Item.
Syntax
'Declaration
 
Public Overrides Function InternalAdjustLayout( _
   ByVal horz As Boolean _
) As Rectangle
'Usage
 
Dim instance As CategoryItem
Dim horz As Boolean
Dim value As Rectangle
 
value = instance.InternalAdjustLayout(horz)
public override Rectangle InternalAdjustLayout( 
   bool horz
)
public: Rectangle InternalAdjustLayout( 
   bool horz
) override 
public:
Rectangle InternalAdjustLayout( 
   bool horz
) override 

Parameters

horz
Specifies the direction of the  Category Item.
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

CategoryItem Class
CategoryItem Members
Base Implementation in InternalAdjustLayout

Send Feedback