Combo Box Styles
Styles Tab
- This dialog allows you to enter the text,
ID symbol and value and styles for your combo boxes.
There are Cancel
and Enter buttons along the
bottom of the dialog box.
Types:
- Simple creates a Combo
Box that contains an entry field and a list box. Both the
entry field and list box will be visible at all times.
The user can then select an item within the list box to
insert into the entry field.
- Drop Down creates a Combo
Box that contains an entry field and button. The drop
down button appears as a downward pointing arrow on the
right edge of the entry field. When the user selects the
button, the list box will appear where the user can
select an item to insert into the entry field.
- Drop Down List creates a
Combo Box that contains an entry field and button but
where the user can type into the entry field. The drop
down button appears as a downward pointing arrow on the
right edge of the entry field. When the user selects the
button, the list box will appear where the user can
select an item into the entry field.
Options:
- Any causes the entry
field to accept a mixture of double-byte and single-byte
characters
- SBCS causes the entry
field to accept single-byte characters only
- DBCS causes the entry
field to accept double-byte characters only
- Mixed causes the entry
field to accept a mixture of single-byte and double-byte
characters. Unlike the Any option, this allows ASCII DBCS
data to be converted to EBCDIC DBCS data without causing
an overflow error.
List Box Options:
- Horz. scroll causes the
text in the entry field to be scrolled when new text is
entered
Base Styles
Font
& Color Tab contains only a dialog tab
Bidi Tab (only available with Warp)
Pen Options Tab
(only available with Warp)