UndoableCommand Class

T3000 CrossPlatform

UndoableCommand Class

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

[Missing <summary> documentation for "T:FastColoredTextBoxNS.UndoableCommand"]

Inheritance Hierarchy
SystemObject  FastColoredTextBoxNSCommand
    FastColoredTextBoxNSUndoableCommand
      More...

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

Dim instance As UndoableCommand

The UndoableCommand type exposes the following members.

Constructors
  NameDescription
Public methodUndoableCommand
Initializes a new instance of the UndoableCommand class
Top
Methods
  NameDescription
Public methodClone
Public methodEquals (Inherited from Object.)
Public methodExecute (Overrides CommandExecute.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnTextChanged
Public methodToString (Inherited from Object.)
Public methodUndo
Top
Fields
  NameDescription
Public fieldts (Inherited from Command.)
Top
See Also
Inheritance Hierarchy