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 Value

Description

Application

Use the SYS_Appln.Theme setting

None

No Theme will be applied

Owner

Use 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

Themed

Use the Theme


See also

All Component Classes

Technical Reference

  • No labels