SftButton/DLL 3.0 - Button Control (Coming Soon)
SftTabs/DLL 7.0 - Tab Control (Coming Soon)
SftTree/DLL 7.5 - Tree Control
SftTree/DLL 8.0 - Tree Control (Coming Soon)
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
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
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
