BCGControlBar Library for .NET
ToolbarButtonCollapseState Enumeration




Specifies collapse state for the command object (ttolbar button) placed on the smart command bar (Ribbon control).

Some buttons may interprete this state on their own. For example, the smart combo box button in the Large state displays combo box, image and text, in Intermediate state it displas image and combo box, in Small state - combo box only.

 

Syntax
'Declaration
 
Public Enum ToolbarButtonCollapseState 
   Inherits System.Enum
'Usage
 
Dim instance As ToolbarButtonCollapseState
public enum ToolbarButtonCollapseState : System.Enum 
__value public enum ToolbarButtonCollapseState : public System.Enum 
public enum class ToolbarButtonCollapseState : public System.Enum 
Members
MemberDescription
IntermediateIntermediate collapse state - button displays its small image (HiColorImage), text aligned at the right side of the image.
LargeLarge collapse state - the button takes the full available height displaying its LargeImage, the text is shown below the image.
NoneNo collapse state specifies.
SmallSmall collapse state - button displays its small image (HiColorImage), text is not displayed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.ControlBars.ToolbarButtonCollapseState

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

BCGSoft.ControlBars Namespace

Send Feedback