| 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 property will return enumControlStyle.Default and the developer can continue to modify the individual style.