WindowInteropHelper.Owner Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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
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.