Click or drag to resize

IAppShowNormalWindow Method

Shows the main application window in normal state with the specified position and dimensions. Does nothing if it already visible.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
void ShowNormalWindow(
	int topX,
	int topY,
	int width,
	int height
)

Parameters

topX
Type: SystemInt32
topY
Type: SystemInt32
width
Type: SystemInt32
height
Type: SystemInt32
See Also