MSG.hwnd Propriété

Définition

Obtient ou définit le handle de fenêtre (HWND) sur la fenêtre dont la procédure de fenêtre reçoit le message.

public:
 property IntPtr hwnd { IntPtr get(); void set(IntPtr value); };
public IntPtr hwnd { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
public IntPtr hwnd { get; set; }
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.hwnd : nativeint with get, set
member this.hwnd : nativeint with get, set
Public Property hwnd As IntPtr

Valeur de propriété

IntPtr

nativeint

Handle de fenêtre (HWND).

Attributs

Remarques

hwnd est null lorsque le message est un message de thread.

S’applique à