Documentation

Listbox - Open Dev Kit Documentation

Open Dev Kit Documentation :: GUI :: Listbox

GUI.Listbox
Control used to display a list of items in various styles

Enumerations

Listbox Style
Style for displaying the listbox items

Properties

Style Listbox Style
display style of listbox
Items String Array
items inside the list
IDs Integer Array
private-use array to presumably hold identifiers of items
Arrow Color Color
color of the listbox's arrow
Scrollbar Color Color
color of the listbox's scrollbar
Scrollbar Background Color Color
background color of the listbox's scrollbar
Border Light Color Color
color of the listbox's light border
Border Dark Color Color
color of the listbox's dark border
Selected Background Color Color
background color of selected items in the listbox
Selected Text Color Color
text color of selected items in the listbox
Selected Index Integer
index of the currently selected item in the listbox
Selected ID Integer
identifier of the currently selected item in the listbox
Selected Indices Integer Array
indices of all currently selected items in the listbox
SelectedIDs Integer Array
identifiers of all currently selected items in the listbox
Selected Text String
text content of the currently selected item in the listbox

Events

Selected ( )
Triggers when something is selected
Changed ( )
Triggers when the text changes in a drop-down edit styled list box

If you think anything is missing, please feel free to: submit documentation feedback on this page