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 18: Line 18:
  
 
:{{CSharp|void ClearItems()}}
 
:{{CSharp|void ClearItems()}}
 +
::
 +
::Remove all items from this component
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 17:57, 27 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()
Remove all items from this component