共用方式為


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

Concepts

CHtmlEditCtrlBase Class

CHtmlEditCtrlBase Members

CHtmlEditCtrlBase::Copy

CHtmlEditCtrlBase::Cut

CHtmlEditCtrlBase::IE50Paste