SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines whether a bold font is used for the active tab.
Get | |||
VB | Boolean = object.BoldActive As Boolean | ||
Put | |||
VB | object.BoldActive = Boolean As Boolean |
object
Boolean
Defines whether a bold font is used for the active tab.
Boolean | Description |
---|---|
True | A bold font is used. |
False | A normal font is used. |
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.
SftTabs1.Tabs.BoldActive = False
See Also SftTabsTabs Object | Object Hierarchy