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/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 Windows themes are 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 are used.
| Boolean | Description |
|---|---|
| True | Windows themes can be used, if available. |
| False | Windows themes are never used. |
The UseThemes property defines whether Windows themes are used.
DragType = 3
Enabled = 1
HandleReturn = -842150451
MousePointer = 0
LeftButtonOnly = 1
LeftItemClickOnly= 1
OLEDropMode = 0
RightToLeft = 0
UseThemes = -1 'True
Scrollbars = 3
ScrollbarStyle = 0
ShowTruncated = 1
VAlignStyle = 0
VirtualMode = 0
WebLicense = ""
SmoothScroll = 1See Also SftTree Object | Object Hierarchy
