Returns TRUE$ if the Presentation Server is running with Windows Visual styles enabled.
This property is a Boolean value.
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
N/A | Get | No | No | No |
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.
IsOSThemed = Get_Property( "SYSTEM", "THEMED" )
N/A