| Visual Basic (Declaration) | |
|---|---|
Public Enum enumButtonState Inherits System.Enum | |
| C# | |
|---|---|
public enum enumButtonState : System.Enum | |
| Member | Description |
|---|---|
| Down | The button is currently in a down, or depressed, state. |
| Normal | The default up state of a button. |
| Over | The mouse is currently over the button, but has not clicked it. |
System.Object
System.ValueType
System.Enum
Dbi.WinControl.Calc.enumButtonState
Target Platforms: Current Windows operating system with .NET 8.