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