Style Property
Object List Next Object
Defined By: FileComboBox
Description:
Sets the type of ComboBox to display. There are three types available.
Settings:
Value Description
0 - DropdownCombo Includes a list that is hidden and an edit area in which a user can type. The
list drops down when a user clicks the associated arrow.
- - Simple Combo Includes a list that is always visible and an edit area in which a user can
type.
- - DropdownList Includes a list that is hidden and a text box that does not allow text entry;
it is for display purposes only. The list drops down when a user clicks the
associated arrow.
Details:
Phoenix automatically adds a vertical scroll bar on the right of the list box
if the entire list cannot be displayed at one time.
The Dropdown and Simple Combos allow a user to enter text and select from a
list of choices. The DropdownCombo is useful when form space is limited, since
the list is not displayed until the user clicks the arrow located at the end of
the text box area. The Dropdown List also conserves space and is useful for
displaying a fixed list of choices.
Data Type: Enum - ComboboxStyle
See Also:
DropDown event