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