Form - ThemeStyle Property

Specifies how theme usage is determined

Member of Form (PRIM_FORM)

Data Type - Enumeration

Details

The ThemeStyle property controls how the form will manage Theme behavior.
 
This feature is provided for completeness and is unlikely to be required for most development purposes.
 
To use the same Theme throughout a multiform application, set the Sys_Appln.ThemedForms property to True.

Allowed Values

Enum ValueDescription
ApplicationUse the SYS_Appln.Theme setting
NoneNo Theme will be applied
OwnerUse the Theme rules of the Owner Form. In a multi-form application, the owner of a form is the form that was first executed, unless modified by use of the FormOwner property
ThemedUse the Theme


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2