HwndSourceParameters.ParentWindow Proprietà

Definizione

Ottiene o imposta l'handle della finestra (HWND) dell'elemento padre per la finestra creata.

public:
 property IntPtr ParentWindow { IntPtr get(); void set(IntPtr value); };
public IntPtr ParentWindow { get; set; }
member this.ParentWindow : nativeint with get, set
Public Property ParentWindow As IntPtr

Valore della proprietà

IntPtr

nativeint

HWND della finestra padre.

Si applica a

Vedi anche