GetWindowEventArgs.WindowHandle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IntPtr referring to the requested windows HWND.
public:
property IntPtr WindowHandle { IntPtr get(); void set(IntPtr value); };
public IntPtr WindowHandle { get; set; }
member this.WindowHandle : nativeint with get, set
Public Property WindowHandle As IntPtr
Property Value
IntPtr
nativeint