 | IAppShowWindow Method |
Shows the main application window in the specified state.
Does nothing if it already visible.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxvoid ShowWindow(
WindowState windowState
)
Sub ShowWindow (
windowState As WindowState
)
Dim instance As IApp
Dim windowState As WindowState
instance.ShowWindow(windowState)
Parameters
- windowState
- Type: EMInvent.InventSim.COMServerWindowState
See Also