User`s guide

Add Components to the GUI
Specify the panel title by setting the Title property to the desired string,
in this case
My Panel.
To display the & character in the title, use two & characters in the string.
The words remove, default, and factory (case sensitive) are reserved. To
use one of these as a label, prepend a backslash (\) to the s tring. For
example,
\remove yields remove.
Specify the location of the panel title by selecting one o f the available
TitlePosition property values from the pop-up m enu, in this cas e
lefttop. You can position the title at the left, m iddle , or right of the top or
bottom of the panel.
6-59