BCGControlBar Library for .NET
CommandButtonVisualState Enumeration




Defines identifiers that represent categories of user appearance of the command button. Specifies the visibility of  image and text on the command button.
Syntax
'Declaration
 
Public Enum CommandButtonVisualState 
   Inherits System.Enum
'Usage
 
Dim instance As CommandButtonVisualState
public enum CommandButtonVisualState : System.Enum 
__value public enum CommandButtonVisualState : public System.Enum 
public enum class CommandButtonVisualState : public System.Enum 
Members
MemberDescription
Default

The image and text will be shown according to the default setting of the command button.

ImageAndTextAs image as text will be always visible on the command button.
TextOnlyAlways

Text will be visible and image will be invisible when the button will be located as on the toolbar as on the menubar.

TextOnlyMenus

Text will be visible only when the button will be located on the menu bar.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Controls.Shared.CommandButtonVisualState

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.Controls.Shared Namespace

Send Feedback