Table of Contents

THEMED property (System)

Description

Returns TRUE$ if the Presentation Server is running with Windows Visual styles enabled.

Property Value

This property is a Boolean value.

Property Traits

DevelopmentRuntimeIndexedScaledSynthetic
N/AGetNoNoNo

Remarks

This property always returns TRUE$ on Windows 8.0 and higher as Windows visual styling cannot be turned off on those systems.

On Windows 7 this property returns FALSE$ if Windows Classic styling is applied.

Example

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

See Also

N/A