htmlText property
[This documentation is preliminary and is subject to change.]
Retrieves the HTML source as a valid HTML fragment.
Syntax
HRESULT value = object.get_htmlText(BSTR* p);
Property values
Type: BSTR
the HTML source.
Remarks
This property corresponds to the fragment portion of the CF_HTML clipboard format.
This feature might not be available on platforms other than Microsoft Win32 platforms.
Build date: 6/12/2012
Community Additions
Show: