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()}}
 
:{{CSharp|GUIComponent GetItem(int id)}}
 
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 20:19, 4 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()