HwndSourceParameters.ParentWindow Propriété

Définition

Obtient ou définit le handle de fenêtre (HWND) du parent pour la fenêtre créée.

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

Valeur de propriété

IntPtr

nativeint

HWND de la fenêtre parente.

S’applique à

Voir aussi