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