-
Supports customizing theme settings for a control/object in the descendant window (a descendant window is a window inherited from another window): [descendantwindow].[control-or-object].
If the control/object in the descendant window has custom theme settings, its custom theme settings will take effect. If the control/object in the descendant window has no custom theme settings, it will inherit the theme settings from the control/object in the ancestor window.
-
Supports customizing theme settings for controls/objects of the same type in the descendant window (a descendant window is a window inherited from another window): [descendantwindow]$[controltype]
If the control/object in the descendant window has custom theme settings, its custom theme settings will take effect. If the control/object in the descendant window has no custom theme settings, it will inherit the theme settings from the control/object of the same type in the ancestor window.
-
Supports customizing theme settings for controls/objects of the same type in the user object: [userobject]$[controltype]
-
Supports customizing theme settings for controls/objects of the same type in the descendant user object (a descendant user object is a user object inherited from another user object): [descendantuserobject]$[controltype]
If the control/object in the descendant user object has custom theme settings, its custom theme settings will take effect. If the control/object in the descendant user object has no custom theme settings, it will inherit the theme settings from the control/object of the same type in the ancestor user object.
For more information, refer to the section called “Configuring the custom theme” in Users Guide and the section called “Precedence” in Users Guide.