| Visual Basic (Declaration) | |
|---|---|
Public Enum ElementState Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum ElementState : Enum | |
| Member | Description |
|---|---|
| Normal | Display state is normal (active) |
| Inverted | Display state is inverted (as if it has been pressed) |
| Inactive | Display state is inactive |
System.Object
System.ValueType
System.Enum
FarPoint.Win.ElementState