 | 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
Syntaxvoid ShowNormalWindow(
int topX,
int topY,
int width,
int height
)
Sub ShowNormalWindow (
topX As Integer,
topY As Integer,
width As Integer,
height As Integer
)
Dim instance As IApp
Dim topX As Integer
Dim topY As Integer
Dim width As Integer
Dim height As Integer
instance.ShowNormalWindow(topX, topY,
width, height)
Parameters
- topX
- Type: SystemInt32
- topY
- Type: SystemInt32
- width
- Type: SystemInt32
- height
- Type: SystemInt32
See Also