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 15: Line 15:
  
 
===Methods===
 
===Methods===
:{{CSharp|ReturnType AddItem(string itemName)}}
+
:{{CSharp|GUIComponent AddItem(string itemName)}}
  
 
:{{CSharp|void ClearItems()}}
 
:{{CSharp|void ClearItems()}}
  
:{{CSharp|ReturnType GetItem(int id)}}
+
:{{CSharp|GUIComponent GetItem(int id)}}
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 21:37, 5 November 2016

Remarks [edit]

Properties

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

Events

OnSelect(EventHandler<FlexibleEventArgs>)

Methods

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