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.NET | Boolean = object.UseThemes As Boolean |
VB | Boolean = object.UseThemes As Boolean |
C#.NET | bool Boolean = object.UseThemes; |
VC++ | VARIANT_BOOL Boolean = object->UseThemes; VARIANT_BOOL Boolean = object->GetUseThemes(); |
C | HRESULT object->get_UseThemes(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.UseThemes = Boolean As Boolean |
VB | object.UseThemes = Boolean As Boolean |
C#.NET | bool object.UseThemes = Boolean; |
VC++ | VARIANT_BOOL object->UseThemes = Boolean; void object->PutUseThemes(VARIANT_BOOL Boolean); |
C | HRESULT object->put_UseThemes(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether Windows themes can be used.
Boolean | Description |
---|---|
True | Windows themes can be used, if available. |
False | Windows themes are never used. |
The UseThemes property defines whether Windows themes can be used.
Windows themes are only available on Windows XP. Older Windows versions do not support Windows themes and this property has no effect.
See Also SftDirectory Object | Object Hierarchy