T3000 CrossPlatform Documentation
SelectingEventArgsCancel Property |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:FastColoredTextBoxNS.SelectingEventArgs.Cancel"]
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 SelectingEventArgs Dim value As Boolean value = instance.Cancel instance.Cancel = value
Property Value
Type: BooleanSee Also