Click or drag to resize

IAppIsWindowHidden Property

Gets a value indicating whether the main application window is hidden or not.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
bool IsWindowHidden { get; }

Return Value

Type: Boolean
True is the main application window is hidden. False, otherwise.
See Also