Skip to content

Latest commit

 

History

History
90 lines (71 loc) · 3.08 KB

ComboBox.wikitext

File metadata and controls

90 lines (71 loc) · 3.08 KB

Table of Contents

Events

Selection

Events inherited from Button

Events inherited from BaseWindow

Static functions

Returns Prototype
ComboBox Create(BaseWindow, string)
ComboBox Create(string)
ComboBox Create(BaseWindow)
ComboBox Create()

Functions

Returns Prototype
MenuItem AddItem(string, string)
MenuItem AddItem(string)
ClearItems()
boolean GetMenuOpen()
Label GetSelectedItem()
RemoveItem(MenuItem)
SelectItem(MenuItem)
SelectItemByName(string)

Functions inherited from Button

Functions inherited from Label

Functions inherited from BaseWindow

Operators

Returns Prototype
boolean ComboBox == ComboBox