Determines whether the widget is visible. If you want to take into account whether the widget’s parent is also marked as visible, use Widget.isVisible instead.
This function does not check if the widget is obscured in any way.
See Widget.setVisible.
TRUE if the widget is visible
2.18
Determines whether the widget is visible. If you want to take into account whether the widget’s parent is also marked as visible, use Widget.isVisible instead.
This function does not check if the widget is obscured in any way.
See Widget.setVisible.