C# Class FastColoredTextBoxNS.UndoableCommand

Inheritance: Command
Afficher le fichier Open project: brightideainc/TSTool Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnTextChanged ( bool invert ) : void

Method Details

Clone() public abstract méthode

public abstract 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

Undo() public méthode

public Undo ( ) : void
Résultat void

UndoableCommand() public méthode

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