T3000 CrossPlatform Documentation
UndoableCommand Constructor |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the UndoableCommand class
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public UndoableCommand( TextSource ts )
Public Sub New ( ts As TextSource ) Dim ts As TextSource Dim instance As New UndoableCommand(ts)
Parameters
- ts
- Type: FastColoredTextBoxNSTextSource
[Missing <param name="ts"/> documentation for "M:FastColoredTextBoxNS.UndoableCommand.#ctor(FastColoredTextBoxNS.TextSource)"]
See Also