LavishGUI:combobox (Element Type)
Jump to navigation
Jump to search
Contents
Introduction
What is a Combo Box?
A combo box is a drop down listbox.
Using Combo Boxes
Combo Boxes are descendants of the base element type. Any attributes of the base|base element type may be applied in addition to the combo box-specific properties described below.
Combo Box-Specific Properties
- Texture
- Texture of the drop down listbox
- ButtonTexture
- Texture displayed when the button is in its normal, unpressed state.
- Font
- Font reference (Name, Size, Color)
- Border
- Size of border around the element. This border is included in the size of the element
- FullHeight
- Size of the drop down listbox when open
- ButtonWidth
- Width of the combobox button
Examples
Example code
<combobox name='TestComboBox'> <Width>150</Width> <Height>20</Height> <FullHeight>200</FullHeight> <ButtonWidth>20</ButtonWidth> </combobox>