MSG.hwnd Propiedad

Definición

Obtiene o establece el identificador de ventana (HWND) en la ventana cuyo procedimiento de ventana recibe el mensaje.

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

Valor de propiedad

IntPtr

nativeint

Identificador de ventana (HWND).

Atributos

Comentarios

hwnd es null cuando el mensaje es un mensaje de subproceso.

Se aplica a