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 2: Line 2:
 
* This is a JavaScript visible object
 
* This is a JavaScript visible object
 
===Remarks <nowiki>[</nowiki>[{{fullurl:GUIComboBox Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
===Remarks <nowiki>[</nowiki>[{{fullurl:GUIComboBox Remarks|action=edit}} edit]<nowiki>]</nowiki>===
{{:GUIComboBox Remarks}}
+
{{#ifexist:GUIComboBox Remarks|{{:GUIComboBox Remarks}}|}}
  
 
===Properties===
 
===Properties===

Revision as of 21:07, 12 April 2017

Remarks [edit]

Properties

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

Events

OnSelect()

Methods

GUIComponent AddItem(string itemName)
void ClearItems()