ListBox.GetPos

table ListBox.GetPos ( 

string ObjectName )

Example 1

List_Pos = ListBox.GetPos("File List");

Gets the current X, Y coordinates of the "File List" listbox object and stores the results in a table called "List_Pos." These values can be accessed by referencing List_Pos.X and List_Pos.Y.

See also:  Related Actions