Share via


HtmlWindow.Parent Propriété

Définition

Obtient la fenêtre qui réside au-dessus de la fenêtre active dans une page contenant des frames.

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é

HtmlWindow

HtmlWindow propriétaire de la fenêtre active. Si la fenêtre active 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 d’eux FRAMESET agit comme une fenêtre enfant distincte sur la page. Le parent de chacun FRAME est celui FRAMESET qui contient le FRAME.

S’applique à

Voir aussi