xButton.IsVisible

boolean xButton.IsVisible ( 

string ObjectName )

Example 1

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

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

Example 2

lookylooky = xButton.IsVisible("xButton21");

Stores true in lookylooky if the "xButton21" xButton object is visible or false if it is not.

See also:  Related Actions