ListBox.IsVisible

boolean ListBox.IsVisible ( 

string ObjectName )

Example 1

second_visible = ListBox.IsVisible("Second List");

Checks whether the listbox object called "Second List" is visible and stores true or false in a variable called "second_visible."

Example 2

List2isVisible = ListBox.IsVisible("List2");

Stores true in "List2isVisible" if the "List2" listbox object is visible.

See also:  Related Actions