Unicode Controls & Classes for VB6 - Version 4

ctlUniRichTextBoxXP.BlockAutoCut 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 BlockAutoCut () As Boolean
Public Property Let BlockAutoCut (ByRef b As Boolean)
Parameters
Parameter Description
ByRef b As Boolean The new value
Remarks