_Explorer.HTMLDocument Property

Definition

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.

Applies to