'Declaration Public Enum ToolBarButtonStyle Inherits System.Enum
'Usage Dim instance As ToolBarButtonStyle
public enum ToolBarButtonStyle : System.Enum
'Declaration Public Enum ToolBarButtonStyle Inherits System.Enum
'Usage Dim instance As ToolBarButtonStyle
public enum ToolBarButtonStyle : System.Enum
Member | Description |
---|---|
Control | The button will serve as a placeholder for a Control. |
DropDown | The button will display a drop-down menu. |
Push | A simple push-like button. This is the default style. |
Separator | A separator (spacing) between two buttons. |
Toggle | The button will serve as a checkbox and will have two states - checked and uncheked. |
System.Object
System.ValueType
System.Enum
Xceed.Chart.UIControls.ToolBarButtonStyle
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