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.
| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property ControlStyle As enumControlStyle | |
| C# | |
|---|---|
public virtual enumControlStyle ControlStyle {get; set;} | |
Property Value
enumControlStyleAfter the ControlStyle property has been set the developer can continue to modify the individual style. For further information regarding the use of the ControlStyle property please see Control Styles.