T3000 CrossPlatform Documentation
TextChangingEventArgsCancel Property |
[This is preliminary documentation and is subject to change.]
Set to true if you want to cancel text inserting
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public bool Cancel { get; set; }
Public Property Cancel As Boolean Get Set Dim instance As TextChangingEventArgs Dim value As Boolean value = instance.Cancel instance.Cancel = value
Property Value
Type: BooleanSee Also