Returns true if the control will be included in the web page when it's next displayed to the user, otherwise returns false.
This method checks the hidden status of this control and all its parents to determine whether the control is visible. This is in contrast to method
#isHidden() which just checks the status of this control and does not include its parents
true
if the control will be included in the web page when it's next displayed to the user, otherwise returnsfalse
. This method checks the hidden status of this control and all its parents to determine whether the control is visible. This is in contrast to method #isHidden() which just checks the status of this control and does not include its parents