Window.IsVisible Method | |
Report if this window is visible (completely or partially) or hidden.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD IsVisible() AS USUAL
public virtual Usual IsVisible()
Request Example
View SourceReturn Value
Type:
Usual
TRUE if the window is visible; otherwise, FALSE.
See Also