CHtmlEditCtrlBase::IE50Paste

执行与 Internet Explorer 5 兼容的操作。

HRESULT IE50Paste(
   LPCTSTR szData 
) const;

参数

  • szData
    粘贴的字符串。

返回值

返回在成功的 S_OK 或在失败时的错误 HRESULT。

备注

此方法会 IDM_IE50_PASTE 命令 ID 到浏览器控件。

要求

Header: afxhtml.h

请参见

参考

CHtmlEditCtrlBase选件类

CHtmlEditCtrlBase::SetIE5PasteMode