Specifies the appearance of a RoundButton.

Namespace: Dapfor.Net.Ui
Assembly: 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 nameValueDescription
Normal0 The button has its normal appearance.
Pressed1 The button appears pressed.
Hot2 The mouse is over the button
Checked3 The button has a checked or latched appearance.
HotChecked4 The mouse is over the button that is in the checked state
Disabled5 The button is inactive (grayed).

See Also