BCGControlBar Library for .NET
Collapse Method (CategoryItem)




Collapses a CategoryItem on stretching the Ribbon control.
Syntax
'Declaration
 
Public Overridable Function Collapse() As Boolean
'Usage
 
Dim instance As CategoryItem
Dim value As Boolean
 
value = instance.Collapse()
public virtual bool Collapse()
public: virtual bool Collapse(); 
public:
virtual bool Collapse(); 
Remarks
This function makes CollapsedCategoryItem visible, calculates its new size and hides all toolbar buttons and launch button from the CategoryItem.
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

Send Feedback