Uicontrol: Style
- Control style - Select the type of control. (
Style)
Pushbuttons - Perform an action when clicked.
Togglebuttons - Perform an action when clicked on and indicate their state as on or off.
Radiobuttons - Similar to check boxes, but are intended to be mutually exclusive within a group of related radio buttons (i.e., only one is in a pressed state at any given time).
Checkboxes - Perform an action when clicked and maintain a state of off or on.
Edit - Text fields that enable users to enter or modify text.
Text - Display text used for labels or information. Users cannot change static text.
Sliders - Accept numeric input within a specific range by enabling the user to move a sliding bar.
Frames - Boxes that visually enclose regions of a figure window.
Listboxes - Display a list of items and enable users to select or open one or more items.
Popupmenus - Display a list of choices and allow the user to select one.
- Callback - Commands to execute when the uicontrol is activated. (
Callback)
- Tooltip string - Specify the text of the tooltip associated with the uicontrol. (
TooltipString)
- Foreground color - Color of the text defined by the
String property. (See the Text tab.) (ForegroundColor)
- Background color - Color of the uicontrol. (
BackgroundColor)