SelectCommand Class

T3000 CrossPlatform

SelectCommand Class

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

Remembers current selection and restore it after Undo
Inheritance Hierarchy
SystemObject  FastColoredTextBoxNSCommand
    FastColoredTextBoxNSUndoableCommand
      FastColoredTextBoxNSSelectCommand

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

Dim instance As SelectCommand

The SelectCommand type exposes the following members.

Constructors
  NameDescription
Public methodSelectCommand
Initializes a new instance of the SelectCommand class
Top
Methods
  NameDescription
Public methodClone (Overrides UndoableCommandClone.)
Public methodEquals (Inherited from Object.)
Public methodExecute (Overrides UndoableCommandExecute.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnTextChanged (Overrides UndoableCommandOnTextChanged(Boolean).)
Public methodToString (Inherited from Object.)
Public methodUndo (Overrides UndoableCommandUndo.)
Top
Fields
  NameDescription
Public fieldts (Inherited from Command.)
Top
See Also