ListBox
(class)
inherits
Control
This control implements a list of selectable text items.
hListBox
= NEW ListBox (
Parent
AS Container )
Creates a new ListBox.
hListBoxItem
=
hListBox
[
Index
AS Integer ] AS .ListBoxItem
Returns a ListBox item from its index.
Symbols
Events
Activate
Click
Select
Properties
Count
Current
Index
List
Mode
Sorted
Text
Methods
Add
Clear
Extended
Find
Multi
None
Remove
Single
Referenced by:
Graphical User Interface Component - gb.qt
ListBox _(class)_
.ListBoxItem _(class)_
Visual Introduction to Gambas