CHtmlEditCtrlBase::IE50Paste

Performs a paste operation that's compatible with 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

Reference

CHtmlEditCtrlBase Class

CHtmlEditCtrlBase::SetIE5PasteMode