Suspend Button

Defines an action that suspends the screen.

Properties

PropertyDescription
CaptionString providing a caption for the component.
EnabledBoolean indicating whether or not the component is enabled.
HintSpecifies the user hint string that will appear in the component's interactive help bubble.
IconString indicating the image to use for an icon (Qubes 5.4).
IconSizeDimensions of your icon, can be written as one or two values, syntax detailed there (Qubes 9.0).
TabIndexInteger indicating the component's tab order (Qubes 5.6).
VisibleBoolean indicating whether or not the component will be visible.
ThemeString defining the appearance of the button, uses button styles (Qubes 9.0).

Value

N/A

Remarks

When you click on this button, the current inputs will be saved, and the screen will close.
If the screen is reopened, it will continue in the same state as when it was suspended.

No validation will be performed.

Note: Button captions are always single-line (so any line breaks are replaced by spaces).

Classification

Standards