Method XbpWindow():isVisible() Foundation
Returns whether the Xbase Part is visible.
Syntax
:isVisible() --> lVisible
Return
This method returns the value .T. (true) if the Xbase Part is visible on the screen, otherwise it returns .F. (false).
Description
An Xbase Part can be temporarily removed from the screen using the method :hide(). This hides the Xbase Part and it is no longer visible. The method :isVisible() is used to determine whether the Xbase Part is visible. The :show() method is used to make the Xbase Part visible again.
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.