Show / Hide Table of Contents

Property Hwnd

| Edit this page View Source

Hwnd

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.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX