Intersoft ClientUI Documentation
ButtonType Enumeration



Determines the button type of ToolBarButton.
Syntax
Public Enum ButtonType 
   Inherits System.Enum
Dim instance As ButtonType
public enum ButtonType : System.Enum 
public enum class ButtonType : public System.Enum 
Members
MemberDescription
Button The ToolBarButton is a standard command button.
Custom The ToolBarButton is a custom button that hosts custom content.
DropdownButton The ToolBarButton is a button with built-in dropdown menu.
SplitButton The ToolBarButton is a split button with built-in standard command and built-in dropdown menu.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Aqua.ButtonType

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

Intersoft.Client.UI.Aqua Namespace

Send Feedback