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; }
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 de propiedad

IntPtr

nativeint

El identificador de ventana (HWND).

Atributos

Comentarios

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

Se aplica a