Sdílet prostřednictvím


WindowInteropHelper.Owner Vlastnost

Definice

Získá nebo nastaví popisovač okna vlastníka 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

Hodnota vlastnosti

IntPtr

nativeint

Popisovač okna vlastníka (HWND).

Atributy

Poznámky

Nastavením této vlastnosti můžete znovu zobrazit okna. Jak platí pro obecné programování Win32, nereaktujte okna, která se už používají.

Platí pro

Viz také