Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

UseThemes Property, SftTree Object

Defines whether Windows themes are used (Windows XP and up).

Syntax

Get

VB.NETBoolean = object.UseThemes As Boolean
VBBoolean = object.UseThemes As Boolean
C#.NETbool Boolean = object.UseThemes;
VC++VARIANT_BOOL Boolean = object->UseThemes;
VARIANT_BOOL Boolean = object->GetUseThemes();
CHRESULT object->get_UseThemes(VARIANT_BOOL* Boolean);

Put

VB.NETobject.UseThemes = Boolean As Boolean
VBobject.UseThemes = Boolean As Boolean
C#.NETbool object.UseThemes = Boolean;
VC++VARIANT_BOOL object->UseThemes = Boolean;
void object->PutUseThemes(VARIANT_BOOL Boolean);
CHRESULT object->put_UseThemes(VARIANT_BOOL Boolean);

object

A SftTree object.

Boolean

Defines whether Windows themes are used (Windows XP and up).

BooleanDescription
TrueWindows themes can be used, if available.
FalseWindows themes are never used.

Comments

The UseThemes property defines whether Windows themes are used (Windows XP and up).

Windows themes are only available on Windows XP and above. Older Windows versions do not support Windows themes and this property has no effect.

See Also SftTree Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.