CHtmlEditCtrlBase Class
Represents an HTML editing component.
template < class T > class CHtmlEditCtrlBase
Параметры
- T
The name of the derived class.
Заметки
CHtmlEditCtrlBase provides member functions for the WebBrowser's HTML editing commands, such as Bold. (Alternately, you can call ExecCommand to execute the IDM_BOLD command.)
CHtmlEditCtrlBase is not intended to stand on its own. It is designed to be a base class for derived classes that expose the HTML editing functionality of the WebBrowser (see CHtmlEditCtrl and CHtmlEditView).
Требования
Header: afxhtml.h
См. также
Основные понятия
HTMLEdit Sample: Wraps the Internet Explorer MSHTML Editing Control