CRichEditCtrl::PasteSpecial
粘贴数据以特定剪贴板格式到此 CRichEditCtrl 对象。
void PasteSpecial(
UINT nClipFormat,
DWORD dvAspect = 0,
HMETAFILE hMF = 0
);
参数
nClipFormat
对粘贴的剪贴板格式到此 CRichEditCtrl 对象中。dvAspect
从剪贴板中检索的数据的设备方面。hMF
为包含对象的图标样式的视图的图元文件的处理将粘贴。
备注
新材料插入到插入点,插入符号的位置。
有关更多信息,请参见 Windows SDK的 EM_PASTESPECIAL。
示例
// Paste the data from the clipboard as text.
m_myRichEditCtrl.PasteSpecial(CF_TEXT);
要求
Header: afxcmn.h