Toolbar Definition

The first toolbar definition line (TAG1) defines the characteristics of the toolbar definition. It uses the key word Toolbar followed by a series of options contained in parentheses.

tbarname

The string that names the toolbar. The string must comprise alphanumeric characters with no punctuation other than a dash (-) or an underscore (_). This name along with the alias enables the toolbar to be referenced programmatically.

orient

The orientation key word. The acceptable values are Floating, Top, Bottom, Left, and Right and are not case sensitive.

visible

The visibility key word. The acceptable values are Show and Hide and are not case sensitive.

xval

A numeric value specifying the X coordinate value in pixels, measured from the left edge of the screen to the right side of the toolbar.

yval

A numeric value specifying the Y coordinate value in pixels, measured from the top edge of the screen to the top of the toolbar.

rows

A numeric value specifying the number of rows.