 | 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
Syntaxbool IsWindowHidden { get; }ReadOnly Property IsWindowHidden As Boolean
Get
Dim instance As IApp
Dim value As Boolean
value = instance.IsWindowHidden
Return Value
Type:
BooleanTrue is the main application window is hidden. False, otherwise.
See Also