ComponentOne Gauges for WinForms
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / ItemState Enumeration

In This Topic
    ItemState Enumeration
    In This Topic
    The ItemState reflects the state of the item.
    Syntax
    'Declaration
     
    Public Enum ItemState 
       Inherits System.Enum
    public enum ItemState : System.Enum 
    Members
    MemberDescription
    DefaultDefault item state.
    HotThe state of the item when the cursor is over it.
    HotPressedThe state of the item when it is pressed and the cursor is over it.
    HotSelectedThe state of the item when it is selected and the cursor is over it.
    PressedThe state of the item when it is pressed.
    SelectedThe state of the item when it is selected.
    Inheritance Hierarchy

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

    See Also