FastColoredTextBox.BeginAutoUndo Method

T3000 CrossPlatform

FastColoredTextBoxBeginAutoUndo Method

[This is preliminary documentation and is subject to change.]

Begins AutoUndo block. All changes of text between BeginAutoUndo() and EndAutoUndo() will be canceled in one operation Undo.

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public void BeginAutoUndo()
Public Sub BeginAutoUndo

Dim instance As FastColoredTextBox

instance.BeginAutoUndo()
See Also