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 Windows themes can be used.
Get | |||
VB | Boolean = object.UseThemes As Boolean | ||
Put | |||
VB | object.UseThemes = Boolean As Boolean |
object
Boolean
Defines whether Windows themes can be used.
Boolean | Description |
---|---|
True | The tab control will use Windows themes if the tab style defined supports Windows themes and if the user has enabled Windows themes (using Control Panel). |
False | The control will not use Windows themes. |
The UseThemes property defines whether Windows themes can be used.
Windows themes are only available on Windows XP and above. Windows themes can be enabled by the user using Control Panel. If Windows themes are not available (on earlier Windows versions) or if the user has disabled themes, the control will be displayed using its built-in style and this property has no effect.
Keep in mind that numerous tab definitions, particularly relating to colors, have no effect when themes are active. You can find out if a specific tab setting has any effect with themes active by consulting the tab setting's detail information in this online help.
See Also SftTabs Object | Object Hierarchy