Class: RenderCombo
Properties
string Label
The RenderCombo's label.
table Items
An array of strings representing a RenderCombo's choices.
int SelectedItem
The index of the currently selected combo item.
Inherited from RenderObject:
bool Visible
Determines whether a RenderObject is displayed.
Events
RenderCombo.OnUpdated(new_selection: int)
Fired upon a change in selection.