dbicList Send comments on this topic.
ControlStyle Property
See Also 
dbicList Assembly > Dbi.WinControl.List Namespace > dbiList Class : ControlStyle Property

The ControlStyle property is not a true property in that it does not directly correspond to a variable inside the control but rather sets an enumerated value to preset the values of a select group of styling properties to achieve a particular style.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ControlStyle As enumControlStyle
C# 
public virtual enumControlStyle ControlStyle {get; set;}

Property Value

enumControlStyle

Remarks

After the ControlStyle property has been set the property will return enumControlStyle.Default and the developer can continue to modify the individual style.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also