HtmlWindow.Parent Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la fenêtre qui se trouve au-dessus de celle actuelle d’une page contenant des cadres.
public:
property System::Windows::Forms::HtmlWindow ^ Parent { System::Windows::Forms::HtmlWindow ^ get(); };
public System.Windows.Forms.HtmlWindow Parent { get; }
member this.Parent : System.Windows.Forms.HtmlWindow
Public ReadOnly Property Parent As HtmlWindow
Valeur de propriété
Propriétaire HtmlWindow de la fenêtre active. Si la fenêtre actuelle n’est pas un FRAME, ou n’est pas incorporée à l’intérieur d’un FRAME, elle retourne null.
Remarques
Dans un document contenant des cadres, chacun FRAME au sein d’une FRAMESET fenêtre enfant distincte de la page. Le parent de chacun FRAME est celui FRAMESET qui contient le FRAME.