RadioButton.GetSize

table RadioButton.GetSize ( 

string ObjectName )

Example 1

radio_size = RadioButton.GetSize("Radio_Ob");

Gets the pixel dimensions of the "Radio_Ob" radiobutton object and stores the width and height values in the "radio_size" table. The dimensions can be accessed by referencing radio_size.Width and radio_size.Height.

See also:  Related Actions