ListBox.GetSize

table ListBox.GetSize ( 

string ObjectName )

Example 1

list_size = ListBox.GetSize("document list");

Gets the pixel dimensions of the "document list" listbox object and stores the width and height values in the "list_size" table. The dimensions can be accessed by referencing list_size.Width and list_size.Height.

See also:  Related Actions