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