MSG.hwnd Propriedade

Definição

Obtém ou define o identificador de janela (HWND) para a janela cujo procedimento de janela recebe a mensagem.

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

Valor da propriedade

IntPtr

nativeint

O identificador de janela (HWND).

Atributos

Comentários

hwnd é null quando a mensagem é uma mensagem de thread.

Aplica-se a