Click or drag to resize

Window.IsIconic Method (Typed)

X#
Report if this window is currently iconized.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD IsIconic() AS LOGIC
Request Example View Source

Return Value

Type: Logic
TRUE if the window is iconized; otherwise, FALSE.
See Also