WindowParenting(IntPtr) Constructor
Namespace: DevCase.Core.Diagnostics.ProcessesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public WindowParenting(
IntPtr hwnd
)
Public Sub New (
hwnd As IntPtr
)
Dim hwnd As IntPtr
Dim instance As New WindowParenting(hwnd)
public:
WindowParenting(
IntPtr hwnd
)
new :
hwnd : IntPtr -> WindowParenting
No code example is currently available or this language may not be supported.
Parameters
- hwnd IntPtr
-
A handle to the source window.