CheckBox.GetPos

table CheckBox.GetPos ( 

string ObjectName )

Example 1

tbPos = CheckBox.GetPos("Complete Install");

Gets the current X, Y coordinates of the "Complete Install" checkbox object and stores the results in a table called "tbPos." These values can be accessed by referencing tbPos.X and tbPos.Y.

See also:  Related Actions