C# Class FastColoredTextBoxNS.SelectCommand

Remembers current selection and restore it after Undo
Inheritance: UndoableCommand
Afficher le fichier Open project: samarjeet27/ynoteclassic Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : UndoableCommand
Execute ( ) : void
SelectCommand ( TextSource ts ) : System
Undo ( ) : void

Méthodes protégées

Méthode Description
OnTextChanged ( bool invert ) : void

Method Details

Clone() public méthode

public Clone ( ) : UndoableCommand
Résultat UndoableCommand

Execute() public méthode

public Execute ( ) : void
Résultat void

OnTextChanged() protected méthode

protected OnTextChanged ( bool invert ) : void
invert bool
Résultat void

SelectCommand() public méthode

public SelectCommand ( TextSource ts ) : System
ts TextSource
Résultat System

Undo() public méthode

public Undo ( ) : void
Résultat void