Gets the HtmlDocument to which this element belongs.
Public ReadOnly Property Document As HtmlDocument
public HtmlDocument Document { get; }
public: property HtmlDocument^ Document { HtmlDocument^ get (); }
member Document : HtmlDocument
Some HTML pages can host frames using the FRAMESET tags. In this case, each individual FRAME element will contain its own instance of HtmlDocument. This property is most useful when you have received a reference to an element in an event handler from the HtmlElementEventArgs, and need to perform some action on the document in which the element resides.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2