Style definition classes are created directly only by the styled components - that is, components that use different styles for each instance. Otherwise, style definition class instances are created when either the [[$use]] or [[activate]] function is called.
Reference to the parent style definition class
Defines what CSS class to use for the <dialog>
element.
Defines what CSS class to use for the body section.
Defines what CSS class to use for the buttons.
Defines what CSS class to use for the button bar section.
Defines what CSS class to use for the caption section.
Refers to the instance of the style definition class which is the owner of this style definition object. The owner is the top-level class in the chain of style definition classes. Through this member, all rules and other members defined in the owner definition class can be accessed.
Refers to the instance of the style definition class which is the parnt of this style definition object in the chain of style definition classes. Through this member, all rules and other members defined in the parent definition class can be accessed.
Generated using TypeDoc
The IDialogStyles interface defines styles used by the Dialog class to create different elements of the dialog. The implementations should provide class rules for the following properties: