CheckBox.GetSize

table CheckBox.GetSize ( 

string ObjectName )

Example 1

check_size = CheckBox.GetSize("CheckBox_Ob");

Gets the pixel dimensions of the "CheckBox_Ob" checkbox object and stores the width and height values in the "check_size" table. The dimensions can be accessed by referencing check_size.Width and check_size.Height.

See also:  Related Actions