FormAnimateControl.isDisplayed Method
Retrieves a value that indicates whether the control is displayed.
Syntax
public boolean isDisplayed()
Run On
Client
Return Value
Type: boolean
true if the control is displayed; otherwise, false.
Remarks
To modify the visible state of the control, call the visible method.