0 out of 1 rated this helpful - Rate this topic

CHtmlEditCtrlBase Class 

Represents an HTML editing component.


template < class T > class CHtmlEditCtrlBase

Parameters

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

This class is not supported in Smart Device projects.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.