You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.
  • No labels