Open Dev Kit Documentation :: GUI :: Listbox
GUI.ListboxControl 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
- Checked Image Image'
- image for the checked normal state (Checkbox style)
- Unchecked Image Image'
- image for the unchecked normal state (Checkbox style)
- Checked Hovered Image Image'
- image for the checked hovered state (Checkbox style)
- Unchecked Hovered Image Image'
- image for the unchecked hovered state (Checkbox style)
- Checked Disabled Image Image'
- image for the checked disabled state (Checkbox style)
- Unchecked Disabled Image Image'
- image for the unchecked disabled state (Checkbox style)
- Check Image Tint Color Color
- tint color for checkbox images (Checkbox style)
- 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
