'Declaration Public Enum CommandType Inherits System.Enum
'Usage Dim instance As CommandType
public enum CommandType : System.Enum
'Declaration Public Enum CommandType Inherits System.Enum
'Usage Dim instance As CommandType
public enum CommandType : System.Enum
Member | Description |
---|---|
Check | Applies to commands, which have a checked/unchecked state. |
Choice | Applies on commands which need addtional data in order to be executed. |
Method | Method commands are excetuded with no additional data. Can be executed with a single toolbar button click |
Radio | Applies to mutually exclusive commands. |
System.Object
System.ValueType
System.Enum
Xceed.Chart.UIControls.CommandType
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