C# Class FastColoredTextBoxNS.MultiRangeCommand

Wrapper for multirange commands
Inheritance: UndoableCommand
Afficher le fichier Open project: samarjeet27/ynoteclassic Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : UndoableCommand
Execute ( ) : void
MultiRangeCommand ( UndoableCommand command ) : System
Undo ( ) : void

Private Methods

Méthode Description
ExecuteCommand ( int &iChar ) : void
ExecuteInsertTextCommand ( int &iChar, string text ) : void

Method Details

Clone() public méthode

public Clone ( ) : UndoableCommand
Résultat UndoableCommand

Execute() public méthode

public Execute ( ) : void
Résultat void

MultiRangeCommand() public méthode

public MultiRangeCommand ( UndoableCommand command ) : System
command UndoableCommand
Résultat System

Undo() public méthode

public Undo ( ) : void
Résultat void