Button Controls

A collection of various buttons (push buttons, radio buttons, check boxes, etc).

Enumeration

enum GuiButtonType

Type of button control.

Parameters:
  • PushButton – A button that triggers an action when clicked.
  • ToggleButton – A button that is toggled between on and off state.
  • RadioButton – A button placed in groups for presenting choices.