Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.UIControls.v4.4 Assembly / Xceed.Chart.UIControls Namespace / CommandType Enumeration


In This Topic
    CommandType Enumeration
    In This Topic
    Defines the possible types of commands
    Syntax
    'Declaration
     
    Public Enum CommandType 
       Inherits System.Enum
    'Usage
     
    Dim instance As CommandType
    public enum CommandType : System.Enum 
    Members
    MemberDescription
    CheckApplies to commands, which have a checked/unchecked state.
    ChoiceApplies on commands which need addtional data in order to be executed.
    MethodMethod commands are excetuded with no additional data. Can be executed with a single toolbar button click
    RadioApplies to mutually exclusive commands.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Chart.UIControls.CommandType

    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