C# Class FastColoredTextBoxNS.InsertTextCommand

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

Méthodes publiques

Свойство Type Description
InsertedText string

Méthodes publiques

Méthode Description
Clone ( ) : UndoableCommand
Execute ( ) : void

Execute operation

InsertTextCommand ( TextSource ts, string insertedText ) : System

Constructor

Undo ( ) : void

Undo operation

Private Methods

Méthode Description
InsertText ( string insertedText, TextSource ts ) : void

Method Details

Clone() public méthode

public Clone ( ) : UndoableCommand
Résultat UndoableCommand

Execute() public méthode

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

InsertTextCommand() public méthode

Constructor
public InsertTextCommand ( TextSource ts, string insertedText ) : System
ts TextSource
insertedText string Text for inserting
Résultat System

Undo() public méthode

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

Property Details

InsertedText public_oe property

public string InsertedText
Résultat string