CDHtmlDialog::SetElementHtml
Impostare la proprietà innerHTML di un elemento HTML.
void SetElementHtml(
LPCTSTR szElementId,
BSTR bstrText
);
void SetElementHtml(
IUnknown *punkElem,
BSTR bstrText
);
Parametri
szElementId
L'id di un elemento HTML.bstrText
Il nuovo valore della proprietà innerHTML.punkElem
Il puntatore IUnknown di un elemento HTML.
Requisiti
Header: afxdhtml.h