Table of Contents

THEMED property

Applies to

SYSTEM and all controls.

Description

Determines if the desktop is using themes.

Usage

themed = Get_Property("SYSTEM", "THEMED")

Returns

True if a themed visual style is in use.

False if a themed visual style is not in user.

Example

If the workstation being used has a theme chosen and the following command is executed:

themed = Get_Property("SYSTEM","THEMED")

then

The themed variable will contain 1.