INativeHandleContract.GetHandle Method

Definition

Obtains the window's handle (Hwnd).

public:
 IntPtr GetHandle();
public IntPtr GetHandle ();
abstract member GetHandle : unit -> nativeint
Public Function GetHandle () As IntPtr

Returns

IntPtr

nativeint

An IntPtr object that represents a pointer to the window's handle.

Applies to