User Guide

162
DropDown example
<CONTROL NAME="lblAlign"
TYPE="Label" CAPTION="Align:"
ANCHOR="lblSource" CORNER="SW" DOWN=11 WIDTH=50/>
<CONTROL NAME="dropAlign"
TYPE="DropDown" ANCHOR="lblAlign" CORNER="NE" WIDTH=100>
<ITEM VALUE="TOP" CAPTION="TOP" />
<ITEM VALUE="MIDDLE" CAPTION="MIDDLE" SELECTED/>
<ITEM VALUE="BOTTOM" CAPTION="BOTTOM" />
</CONTROL>
ListBox control
The following table describes the ListBox control:
FontPicker control
The following table describes the FontPicker control:
<CONTROLTYPE="ListBox" />
MULTISELECT The MULTISELECT attribute decides whether the user can select multiple
items. When multiple selections are made the control returns the values
as a comma-delimited string.
<CONTROL TYPE="FontPicker" />
A drop-down list of all fonts on the users machine. Behaves like a combo-box.
EDITABLE Obsolete. A font name can be entered in the list box.