MSG.hwnd Proprietà

Definizione

Ottiene o imposta l'handle della finestra (HWND) per la finestra la cui routine riceve il messaggio.

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

Valore della proprietà

IntPtr

nativeint

Handle della finestra (HWND).

Attributi

Commenti

hwnd è null quando il messaggio è un messaggio di thread.

Si applica a