| Visual Basic (Declaration) | |
|---|---|
Public Enum enumControlStyle Inherits System.Enum | |
| C# | |
|---|---|
public enum enumControlStyle : System.Enum | |
| Member | Description |
|---|---|
| Blue | Sets the properties of the control to use a modern Blue style with fill effects. |
| Default | This is the default setting, it is only used once the other properties have been set. To restore the control to it's base settings, use the Standard enum. |
| Green | Sets the properties of the control to use a modern Green style with fill effects. |
| Silver | Sets the properties of the control to use a modern Silver style with fill effects. |
| Standard | The basic control settings are used. The fill effect is solid. |
System.Object
System.ValueType
System.Enum
Dbi.WinControl.Tips.enumControlStyle
Target Platforms: Current Windows operating system with .NET 8.