Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementState Enumeration


In This Topic
    ElementState Enumeration
    In This Topic
    Specifies the state of the element for display.
    Syntax
    'Declaration
     
    
    Public Enum ElementState 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ElementState
    public enum ElementState : System.Enum 
    Members
    MemberDescription
    InactiveDisplay state is inactive
    InvertedDisplay state is inverted (as if it has been pressed)
    NormalDisplay state is normal (active)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.ElementState

    See Also