MFC
Expand Minimize
This topic has not yet been rated - Rate this topic

CHtmlEditCtrlBase::InsInputButton

Overwrites a button control on the current selection.

HRESULT InsInputButton(
   LPCTSTR szId = NULL 
) const;
szId

The ID for the button control.

Returns S_OK on success, or an error HRESULT on failure.

This method sends the IDM_INSINPUTBUTTON command ID to the WebBrowser control.

Header: afxhtml.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.