InsertCharCommand Class

T3000 CrossPlatform

InsertCharCommand Class

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

Insert single char
Inheritance Hierarchy
SystemObject  FastColoredTextBoxNSCommand
    FastColoredTextBoxNSUndoableCommand
      FastColoredTextBoxNSInsertCharCommand

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public class InsertCharCommand : UndoableCommand
Public Class InsertCharCommand
	Inherits UndoableCommand

Dim instance As InsertCharCommand

The InsertCharCommand type exposes the following members.

Constructors
  NameDescription
Public methodInsertCharCommand
Constructor
Top
Methods
  NameDescription
Public methodClone (Overrides UndoableCommandClone.)
Public methodEquals (Inherited from Object.)
Public methodExecute
Execute operation
(Overrides UndoableCommandExecute.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnTextChanged (Inherited from UndoableCommand.)
Public methodToString (Inherited from Object.)
Public methodUndo
Undo operation
(Overrides UndoableCommandUndo.)
Top
Fields
  NameDescription
Public fieldc
Public fieldts (Inherited from Command.)
Top
Remarks
This operation includes also insertion of new line and removing char by backspace
See Also