T3000 CrossPlatform Documentation
InsertCharCommand Class |
[This is preliminary documentation and is subject to change.]
Insert single char
Inheritance Hierarchy
SystemObject FastColoredTextBoxNSCommand
FastColoredTextBoxNSUndoableCommand
FastColoredTextBoxNSInsertCharCommand
FastColoredTextBoxNSUndoableCommand
FastColoredTextBoxNSInsertCharCommand
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
The InsertCharCommand type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InsertCharCommand |
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
Remarks
This operation includes also insertion of new line and removing char by backspace
See Also