FarPoint.Win Assembly / FarPoint.Win Namespace / ElementState Enumeration


ElementState Enumeration
Specifies the state of the element for display.
Syntax
'Declaration
 
Public Enum ElementState 
   Inherits System.Enum
 
'Usage
 
Dim instance As ElementState
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