BCGSuite for MFC
virtual BOOL CBCGPEditCtrl::Paste ( int  iPos = -1)
virtual

Pastes the text from the Clipboard to the edit control at the specified position.

Returns
Nonzero if the function succeeds; otherwise 0.

The function will fail if the edit control is read only or there is no data available in CF_TEXT format in the Clipboard.

Parameters
iPosSpecifies the position to paste at.