ProcessStartupInfoPositionX Field
If
Flags specifies
usePosition,
this member is the x offset of the upper left corner of a window if a new window is created, in pixels.
Otherwise, this member is ignored.
The offset is from the upper left corner of the screen.
For GUI processes, the specified position is used the first time the new process calls
CreateWindow to create an overlapped window if the x parameter of CreateWindow is CW_USEDEFAULT.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public PositionX As Integer
Dim instance As ProcessStartupInfo
Dim value As Integer
value = instance.PositionX
instance.PositionX = value
val mutable PositionX: int
No code example is currently available or this language may not be supported.
Field Value
Int32