RadioButton.SetPos

RadioButton.SetPos ( 

string ObjectName,

number X,

number Y )

Example 1

RadioButton.SetPos("New RadioButton", 100, 150);

Sets the "New RadioButton" radiobutton object's X coordinate to 100 pixels and the Y coordinate to 150.

Example 2

RadioButton.SetPos("Move Me", 0, 0);

Sets the "Move Me" radiobutton object's X coordinate to 0 and the Y coordinate to 0. The radiobutton object will be moved to the upper left hand corner of the page from its current position.

See also:  Related Actions