A label item is used to place static text on the rollout, perhaps a label for another item or a text message. The syntax is:
label <name> [ <string> ]
The default alignment of label items is #center.
Example:
rollout test "Test Label"
(
label lab1 "Sorry For The Inconveniences!"
)
createDialog test
Properties
No additional properties for label.
Events
-- none --
See also
Rollout User-Interface Items Common Properties
Rollout User-Interface Items Common Layout Parameters
Rollout User-Interface Control Types