SelectCommand.Clone Method

T3000 CrossPlatform

SelectCommandClone Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.SelectCommand.Clone"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public override UndoableCommand Clone()
Public Overrides Function Clone As UndoableCommand

Dim instance As SelectCommand
Dim returnValue As UndoableCommand

returnValue = instance.Clone()

Return Value

Type: UndoableCommand

[Missing <returns> documentation for "M:FastColoredTextBoxNS.SelectCommand.Clone"]

See Also