Specifies the appearance of a RoundButton.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public enum ButtonState |
| Visual Basic |
|---|
Public Enumeration ButtonState |
| Visual C++ |
|---|
public enum class ButtonState |
| F# |
|---|
type ButtonState |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Normal | 0 | The button has its normal appearance. | |
| Pressed | 1 | The button appears pressed. | |
| Hot | 2 | The mouse is over the button | |
| Checked | 3 | The button has a checked or latched appearance. | |
| HotChecked | 4 | The mouse is over the button that is in the checked state | |
| Disabled | 5 | The button is inactive (grayed). |