_Explorer.HTMLDocument 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.
Returns an HTMLDocument object that specifies the HTML object model associated with the HTML document in the current view (assuming one exists). Read-only.
public:
property System::Object ^ HTMLDocument { System::Object ^ get(); };
public object HTMLDocument { get; }
Public ReadOnly Property HTMLDocument As Object
Property Value
Remarks
In order to use this property, a folder must be using a folder home page, or you can set the WebViewURL property of the Folder object to a Web page.