ListBox.GetType

number ListBox.GetType ( 

string ObjectName )

Example 1

nType = ListBox.GetType("ListBox1");

Gets the type of the listbox object named "ListBox1" and stores it in the variable named "nType."

See also:  Related Actions