This method displays an HTML-formatted string.
HRESULT put_HTML( BSTR bstrHTML );
An appropriate HRESULT value is returned.
This method is similar to IASControl::put_Caption, but is used to display HTML-formatted text. When the property is changed, the control is repainted with the new text. Use IASControl::put_Caption to display a plain text string. Appropriate HTML tags are added.