Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / ItemState Enumeration

In This Topic
    ItemState Enumeration
    In This Topic
    Specifies the radial menu item state.
    Syntax
    'Declaration
     
    
    Public Enum ItemState 
       Inherits System.Enum
    public enum ItemState : System.Enum 
    Members
    MemberDescription
    DisabledDisabled state.
    HotHot state.
    NormalNormal state.
    PressedPressed state.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Command.ItemState

    See Also