| Visual Basic (Declaration) | |
|---|---|
Public Enum enumButtonStyle Inherits System.Enum | |
| C# | |
|---|---|
public enum enumButtonStyle : System.Enum | |
| Member | Description |
|---|---|
| Flat | Displays the buttons with a flat style when neutral, but 3d when interacted with. |
| Full | Displays the buttons with a fuller display. |
| Standard | Displays the buttons with a 3D shadow effect. |
System.Object
System.ValueType
System.Enum
Dbi.WinControl.Calc.enumButtonStyle
Target Platforms: Current Windows operating system with .NET 8.
Displays the buttons with a flat style when neutral, but 3d when interacted with.
Displays the buttons with a fuller display.
Displays the buttons with a 3D shadow effect.