label Overview


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.

Example

// Test get/set text
    Label.value = "Modified text";
    if (Label.value != "Modified text")
        Env.LogError("Could not set static control text");
		

Common Used Methods (inherited)

click Generates a real mouse click in the center of the static control.

Common Used Properties (inherited)

value Gets/sets the text in the static control.

 


© 2003 Lightweight Technologies. All rights reserved.