T3000 CrossPlatform Documentation
FastColoredTextBoxKeyPressing Event |
[This is preliminary documentation and is subject to change.]
It occurs when visible char is enetering (alphabetic, digit, punctuation, DEL, BACKSPACE)
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public event KeyPressEventHandler KeyPressing
Public Event KeyPressing As KeyPressEventHandler Dim instance As FastColoredTextBox Dim handler As KeyPressEventHandler AddHandler instance.KeyPressing, handler
Value
Type: System.Windows.FormsKeyPressEventHandlerRemarks
Set Handle to True for cancel key
See Also