List Box M Directive
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/List Box/List Box M Directive.xml
The M directive defines a multiple selection list box. When you have multiple directives in a Format string, you separate them with semi-colons ";".
List Box H Directive
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/List Box/List Box H Directive.xml
The H directive allows horizontal scrolling in a list box.  When you have multiple directives in a Format string, you separate them with semi-colons ";".
List Box ME Directive
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/List Box/List Box ME Directive.xml
When multiple items are selected, the ME directive causes a multi-select list box to place the value that has focus at the beginning of the list that it returns.
List Box MW Directive
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/List Box/List Box MW Directive.xml
The MW directive populates the List Box with the selections of a Multi-Select List Box. The Choices argument is not used in the List Box Control Syntax. When you have multiple directives in a Format string, you separate them with semi-colons ";".
List Box C Directive
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/List Box/List Box C Directive.xml
The C directive defines the multiple column structure of a multi-column list box.  When you have multiple directives in a Format string, you separate them with semi-colons ";".
List Box E Directive
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/List Box/List Box E Directive.xml
The E directive defines a multiple selection list box using the standard Windows conventions for selecting multiple items.
Multi-Select List Box Control
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/List Box/Multi-Select List Box Control.xml
By including the %M% directive in the definition of a list box, you convert the list box from a single-select to a multi-select control. For example, the following script allows you to select multiple cities:
Xdialog Control Reference
/documentation/pages/Desktop/Reference/Design/View/Xdialog/Xdialog Control Reference.xml
The following topics are available.
List Box (Single Field Multi-Column) Control Syntax
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/List Box/List Box _Single Field Multi-Column_ Control Syntax.xml
One or more Multi-Select List Box objects may appear inside the Format section of a UI_DLG_BOX() function. The selections are stored in the %mw% variable.
List Box (Multi-Field Multi-Column) Control Syntax
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/List Box/List Box _Multi-Field Multi-Column_ Control Syntax.xml
The Tabbed List Box control displays a list box with multiple columns. The entries in the choice_array or choice_variable are separated into columns with the "|" (tab) character.