dbicExplorerBar Send comments on this topic.
ControlStyle Property
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerBar 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 developer can continue to modify the individual style. For further information regarding the use of the ControlStyle property please see Control Styles.

Requirements

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

See Also