WindowInteropHelper.Owner Propriedade

Definição

Obtém ou define o handle da janela proprietária do Windows Presentation Foundation (WPF).

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

Valor de Propriedade

IntPtr

nativeint

A maçaneta da janela do proprietário (HWND).

Atributos

Observações

Pode reparentalizar as janelas definindo esta propriedade. Tal como acontece com a programação geral do Win32, não re-parente janelas que já estejam em uso.

Aplica-se a

Ver também