Extends Group

StdDlgButton is the class used for each button in the button area. The buttons are displayed in the order in which they are listed as children of the StdDlgButtonArea node. The size and layout of each button are controlled by the StandardDialog layout algorithm. StdDlgButton nodes should only be used as children of a StdDlgButtonArea node.

roku815px - std-dlg-button

Fields

FieldTypeDefaultAccess PermissionDescription
textstring""READ_WRITEThe text to be displayed on the button
disabledbooleanfalseREAD_WRITESpecifies whether the button can receive focus. If this field is set to true, the button has an inactive appearance and is unable to receive focus.