This object wraps the Windows static control. It does not have methods or properties of its own, but it inherits the common window functionality from the wnd object.
// Test get/set text
Label.value = "Modified text";
if (Label.value != "Modified text")
Env.LogError("Could not set static control text");
| click | Generates a real mouse click in the center of the static control. |
|---|
| value | Gets/sets the text in the static control. |
|---|