Button.IsVisible

boolean Button.IsVisible ( 

string ObjectName )

Example 1

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

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

Example 2

lookylooky = Button.IsVisible("Button21");

Stores true in lookylooky if the "Button21" button object is visible or false if it is not.

See also:  Related Actions