Button.GetSize

table Button.GetSize ( 

string ObjectName )

Example 1

button_size = Button.GetSize("Installer");

Gets the pixel dimensions of the "Installer" button object and stores the width and height values in the "button_size" table. The dimensions can be accessed by referencing button_size.Width and button_size.Height.

See also:  Related Actions