dbicTabs Send comments on this topic.
ControlStyle Property
See Also 
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace > dbiTabs Class : ControlStyle Property

Sets a series of properties so that the control mimics a certain style,

Syntax

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

Property Value

enumControlStyle

Remarks

This property can only be set. Once the property has been set, the enumControlStyle becomes Default.

Requirements

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

See Also