WindowPosHwndInsertAfter Field
The position of the window in Z order (front-to-back position).
This member can be a handle to the window behind which this window is placed,
or can be one of the special values listed with the 'SetWindowPos' function.
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 IntPtr HwndInsertAfter
Public HwndInsertAfter As IntPtr
Dim instance As WindowPos
Dim value As IntPtr
value = instance.HwndInsertAfter
instance.HwndInsertAfter = value
public:
IntPtr HwndInsertAfter
val mutable HwndInsertAfter: IntPtr
No code example is currently available or this language may not be supported.
Field Value
IntPtr