Content:
- Methods

Creates a radio button control.

rdb = MUI.CreateRadioButtons( list, width, height, orientation, color, backColor ) → Object

A radio control allows the user to select only one item in a list. For selecting multiple items in a list, use checkbox.

Example - Basic click to expand contents 

Example - With callback click to expand contents 

Methods

The following methods are available on the RadioButtons object:

Focus()
GetAbsHeight() → Number: integer
GetAbsWidth() → Number: integer
GetCheckItem() → String: “title”, “index”
GetHeight( options ) → Number
GetItem( index ) → String: “title”
GetLeft( options ) → Number
GetList() → List: Array of titles
GetParent() → app object
GetPosition( options ) → Object: { left, top, right, bottom }
GetTop( options ) → Number
GetType() → String: “Radio”
GetVisibility() → String: “Show” or “Hide” or “Gone”
GetWidth( options ) → Number
Gone()
Hide()
IsEnabled() → Boolean
IsOverlap( obj, depth ) → Boolean
IsVisible() → Boolean
SetScale( x, y )
Show()
Toggle()