Unicode Controls & Classes for VB6 - Version 4
ctlUniRichTextBoxXP
.Paste Event
Raised when some text is being pasted to the control.
You can avoid this operation by returning False to the bCancel parameter.
Syntax
Public Event Paste (ByRef
bCancel
As Boolean)
Parameters
Parameter
Description
ByRef
bCancel
As Boolean
(OUT) Permits you to block the paste operation by passing False
Remarks