CHtmlEditCtrlBase::IE50Paste

Performs a paste operation compatible with Microsoft® Internet Explorer 5.

HRESULT IE50Paste(
   LPCTSTR szData 
) const;

Parameters

  • szData
    The string to paste.

Return Value

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

Remarks

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

Requirements

Header: afxhtml.h

See Also

Concepts

CHtmlEditCtrlBase Class

CHtmlEditCtrlBase Members

CHtmlEditCtrlBase::SetIE5PasteMode