Property Hwnd
| Edit this page View SourceHwnd
Gets the window handle of the message.
Declaration
public readonly nint Hwnd { get; }
Property Value
Type | Description |
---|---|
nint |
Remarks
Window handle is a value that uniquely identifies a window on the system. This property returns a handle of the window whose window procedure receives this message. It is useful when your code need to interact with some native Windows API functions that expect window handles as parameters.