|
|
|
|
BoldActive Property, SftTabs Class |
Defines whether a bold font is used for the active tab.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public Property BoldActive As Boolean |
C# |
public bool BoldActive { get; set; } |
C++ |
public: property bool BoldActive { |
Property Value
True if the active tab uses a bold font, False otherwise.
The default value is True.
Comments
The BoldActive property defines whether a bold font is used for the active tab.
If the BoldActive property is set to True, the active tab will use a bold font. The remaining tabs will use the font as defined using the control's Font property. If the Font property describes a bold font, the same font is used for all tabs.