Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Reference
CHtmlEditCtrlBase::SetIE5PasteMode