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