C# Class FastColoredTextBoxNS.InsertTextCommand

Insert text
Inheritance: UndoableCommand
显示文件 Open project: samarjeet27/ynoteclassic Class Usage Examples

Public Properties

Property Type Description
InsertedText string

Public Methods

Method Description
Clone ( ) : UndoableCommand
Execute ( ) : void

Execute operation

InsertTextCommand ( TextSource ts, string insertedText ) : System

Constructor

Undo ( ) : void

Undo operation

Private Methods

Method Description
InsertText ( string insertedText, TextSource ts ) : void

Method Details

Clone() public method

public Clone ( ) : UndoableCommand
return UndoableCommand

Execute() public method

Execute operation
public Execute ( ) : void
return void

InsertTextCommand() public method

Constructor
public InsertTextCommand ( TextSource ts, string insertedText ) : System
ts TextSource
insertedText string Text for inserting
return System

Undo() public method

Undo operation
public Undo ( ) : void
return void

Property Details

InsertedText public_oe property

public string InsertedText
return string