Difference between revisions of "GUIComboBox"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the GUIComboBox class)
(Documentation for the GUIComboBox class)
Line 7: Line 7:
 
:{{CSharp|int SelectedIndex {get; set;} }}
 
:{{CSharp|int SelectedIndex {get; set;} }}
  
:{{CSharp|GUIButton SelectedItem {get;} }}
+
:{{CSharp|GUISelectableComponent SelectedItem {get;} }}
  
 
:{{CSharp|bool UpdateLabel {get; set;} }}
 
:{{CSharp|bool UpdateLabel {get; set;} }}

Revision as of 17:47, 24 March 2017

Remarks [edit]

Properties

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

Events

OnSelect()

Methods

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