-
Notifications
You must be signed in to change notification settings - Fork 16
Properties
FellippeHeitor edited this page Dec 19, 2016
·
11 revisions
Controls are manipulated with the following properties. Notice that not all of them apply to every control.
Syntax:
Control(ControlID).Property = Value
Caption, Text and Tool tip properties are separate arrays, and must be used as follows:
Caption(ControlID) = "Desired Caption"
Text(ControlID) = "Desired Text"
ToolTip(ControlID) = "Desired Tool tip"
Changes to properties are usually applied immediately, but you will eventually need to request __UI_ForceRedraw.