T3000 CrossPlatform Documentation
ReplaceTextCommandClone Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:FastColoredTextBoxNS.ReplaceTextCommand.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 ReplaceTextCommand Dim returnValue As UndoableCommand returnValue = instance.Clone()
Return Value
Type: UndoableCommand[Missing <returns> documentation for "M:FastColoredTextBoxNS.ReplaceTextCommand.Clone"]
See Also