T3000 CrossPlatform Documentation
InsertTextCommand Class |
[This is preliminary documentation and is subject to change.]
Insert text
Inheritance Hierarchy
SystemObject FastColoredTextBoxNSCommand
FastColoredTextBoxNSUndoableCommand
FastColoredTextBoxNSInsertTextCommand
FastColoredTextBoxNSUndoableCommand
FastColoredTextBoxNSInsertTextCommand
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
The InsertTextCommand type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InsertTextCommand |
Constructor
|
Methods
Name | Description | |
---|---|---|
Clone | (Overrides UndoableCommandClone.) | |
Equals | (Inherited from Object.) | |
Execute |
Execute operation
(Overrides UndoableCommandExecute.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnTextChanged | (Inherited from UndoableCommand.) | |
ToString | (Inherited from Object.) | |
Undo |
Undo operation
(Overrides UndoableCommandUndo.) |
Fields
Name | Description | |
---|---|---|
InsertedText | ||
ts | (Inherited from Command.) |
See Also