CHtmlEditCtrlBase::Paste

Overwrites the contents of the clipboard on the current selection.

HRESULT Paste( ) const;

Return Value

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

Remarks

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

Requirements

Header: afxhtml.h

See Also

Reference

CHtmlEditCtrlBase Class

CHtmlEditCtrlBase::Copy

CHtmlEditCtrlBase::Cut

CHtmlEditCtrlBase::IE50Paste

Other Resources

CHtmlEditCtrlBase Members