C# Class FastColoredTextBoxNS.ClearSelectedCommand

Clear selected text
Inheritance: UndoableCommand
Afficher le fichier Open project: samarjeet27/ynoteclassic Class Usage Examples

Méthodes publiques

Méthode Description
ClearSelectedCommand ( TextSource ts ) : System

Construstor

Clone ( ) : UndoableCommand
Execute ( ) : void

Execute operation

Undo ( ) : void

Undo operation

Private Methods

Méthode Description
ClearSelected ( TextSource ts ) : void

Method Details

ClearSelectedCommand() public méthode

Construstor
public ClearSelectedCommand ( TextSource ts ) : System
ts TextSource
Résultat System

Clone() public méthode

public Clone ( ) : UndoableCommand
Résultat UndoableCommand

Execute() public méthode

Execute operation
public Execute ( ) : void
Résultat void

Undo() public méthode

Undo operation
public Undo ( ) : void
Résultat void