CHtmlEditCtrlBase Class

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

Reference

Hierarchy Chart

Other Resources

CHtmlEditCtrlBase Members

HTMLEdit Sample