Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an HTML editing component.
template < class T > class CHtmlEditCtrlBase
Parameters
- T
The name of the derived class.
Remarks
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).
Requirements
Header: afxhtml.h
See Also
Tasks
HTMLEdit Sample: Wraps the Internet Explorer MSHTML Editing Control