C# Class FastColoredTextBoxNS.SelectCommand

Remembers current selection and restore it after Undo
Inheritance: UndoableCommand
显示文件 Open project: samarjeet27/ynoteclassic Class Usage Examples

Public Methods

Method Description
Clone ( ) : UndoableCommand
Execute ( ) : void
SelectCommand ( TextSource ts ) : System
Undo ( ) : void

Protected Methods

Method Description
OnTextChanged ( bool invert ) : void

Method Details

Clone() public method

public Clone ( ) : UndoableCommand
return UndoableCommand

Execute() public method

public Execute ( ) : void
return void

OnTextChanged() protected method

protected OnTextChanged ( bool invert ) : void
invert bool
return void

SelectCommand() public method

public SelectCommand ( TextSource ts ) : System
ts TextSource
return System

Undo() public method

public Undo ( ) : void
return void