static

<static> represents a static text control.

Attributes

The attributes for this element are described below:

name
Unique ID for this control.
property
The internal name of the associated item property. Currently, this must be a text-valued property.
top
Top-most Y coordinate.
left
Left-most X coordinate.
width
Width of the control.
height
Height of the control.
caption
(optional) A static text string to be displayed in the button. If no caption is provided, then Browse is used.
text-align
(optional) Text alignment: left or right. By default, left alignment is assumed.
tooltip
(optional) A static text string to be displayed as the tool tip mouse over help for this control. If no tooltip is specified, then no mouse over help is displayed.
Name Description
name Unique ID for this control.
property The internal name of the associated item property. The caption and property elements are mutually exclusive.
top Topmost Y coordinate.
left Leftmost X coordinate.
width Width of the control.
height Height of the control.
caption A static text string to be displayed in the control. The caption and property elements are mutually exclusive; one or the other, but not both, must be specified for any given static control.
text-align (optional) Text alignment: left or right. By default, left alignment is assumed.
tooltip (optional) A static text string to be displayed as the “tool tip” rollover help for this control. If no tooltip is spec

Children

None.