ComboBox.IsVisible

boolean ComboBox.IsVisible ( 

string ObjectName )

Example 1

i_see_dead_people = ComboBox.IsVisible("Sixed Cents");

Checks whether the combobox object called "Sixed Cents" is visible and stores true or false in the variable called i_see_dead_people.

Example 2

lookylooky = ComboBox.IsVisible("ComboBox21");

Stores true in lookylooky if the "ComboBox21" combobox object is visible or false if it is not.

See also:  Related Actions