HtmlWindow.Parent 属性

定义

获取驻留在包含框架的页中当前窗口上面的窗口。

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

属性值

HtmlWindow

拥有当前窗口的 HtmlWindow。 如果当前窗口不是 FRAME 或未嵌入到 FRAME 内,则返回 null该窗口。

注解

在包含框架的文档中,每个FRAME``FRAMESET框架在页面上充当单独的子窗口。 每个FRAME项的父级包含 FRAMESET .FRAME

适用于

另请参阅