fixed_width_font = flag;


Display the text of a list box or drop-down list in a fixed-width font.


This attribute determines whether a list_box or popup_list (drop-down list box) displays text in a fixed pitch font, such as Courier. Using this attribute makes it easier to line up text in columns.

flag: true or false (default).

Example

fixed_width_font = true;

Valid Tiles

list_box

popup_list

Tell me about...

Programming Overview of DCL (Dialog Control Language)

About Predefined Attributes