WebBrowserExtended.Document Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an mshtml.HTMLDocument (an RCW) representing the web page currently displayed in the WebBrowserExtended control.
public:
property System::Object ^ Document { System::Object ^ get(); };
[System.ComponentModel.Browsable(false)]
public object Document { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Document : obj
Public ReadOnly Property Document As Object
Property Value
Implements
- Attributes