Unicode Controls & Classes for VB6 - Version 4

ctlUniTextCodeHighlight.BlockAutoCopy Property

The Windows rich text box automatically intercepts some predefined hotkeys so it is able for example to Paste a text if you press the CTRL+V key.
Enable these properties if you need to write customized Copy/Cut/Paste/Undo functions.

Syntax
Public Property Get BlockAutoCopy () As Boolean
Public Property Let BlockAutoCopy (ByRef b As Boolean)
Parameters
Parameter Description
ByRef b As Boolean The new value
Remarks