ComboBox.GetSize

table ComboBox.GetSize ( 

string ObjectName )

Example 1

combobox_size = ComboBox.GetSize("Installer");

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

See also:  Related Actions