Desktop Application Object - Styles Property

Collection of styles to be applied to the whole application

Member of Desktop Application Object (PRIM_APPL)

Data Type - Collection of PRIM_VS.Style - Style used to define foreground and background appearance

Details

The Styles property allows for one or more Styles to be applied to the application.
 
Styles allows for more complex programmatic appearance changes to be coded. Rather than relying on the declarative single Style property, the developer is free to add as many Style layers as required.
 
Setting the Style property will remove all existing Styles.
 
The Styles property is published for backward compatibility purposes only. The use of Themes is recommended.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2