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