ComboBox
(class)
inherits
Control
Implements a text box combined with a popup list box.
hComboBox
= NEW ComboBox (
Parent
AS Container )
Creates a new ComboBox.
hComboBoxItem
=
hComboBox
[
Index
AS Integer ] AS .ComboBoxItem
Returns a ComboBox item from its index.
Symbols
Events
Activate
Change
Click
Properties
Count
Current
Index
Length
List
MaxLength
Password
Pos
ReadOnly
Selection
Sorted
Text
Methods
Add
Clear
Find
Insert
Remove
Referenced by:
Graphical User Interface Component - gb.qt
ComboBox _(class)_
.ComboBoxItem _(class)_
Visual Introduction to Gambas