GUIComboBox

From Virtual World Web Wiki
Revision as of 16:35, 21 October 2016 by Spark5 (Talk | contribs) (Documentation for the GUIComboBox class)

Jump to: navigation, search

Remarks [edit]

Properties

int SelectedIndex {get; set;}
GUIButton SelectedItem {get;}
bool UpdateLabel {get; set;}

Events

OnSelect(EventHandler<FlexibleEventArgs>)

Methods

ReturnType AddItem(string itemName)
void ClearItems()
ReturnType GetItem(int id)