Specifies state of a UI element
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public enum ElementState |
Visual Basic |
---|
Public Enumeration ElementState |
Visual C++ |
---|
public enum class ElementState |
F# |
---|
type ElementState |
Members
Member name | Value | Description | |
---|---|---|---|
Normal | 0 | Normal state | |
Hover | 1 | The mouse is over the UI element | |
Active | 2 | The end user holds the left mouse button over the UI element | |
Disabled | 3 | The control is disabled |