Input.IsVisible

boolean Input.IsVisible ( 

string ObjectName )

Example 1

country = Input.IsVisible("Country");

Checks whether the input object called "Country" is visible and stores true or false in a variable called country.

Example 2

Input2isVisible = Input.IsVisible("Input2");

Stores true in Input2isVisible if the "Input2" input object is visible.

See also:  Related Actions