C# Class FastColoredTextBoxNS.UndoableCommand

Inheritance: Command
显示文件 Open project: brightideainc/TSTool Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnTextChanged ( bool invert ) : void

Method Details

Clone() public abstract method

public abstract Clone ( ) : UndoableCommand
return UndoableCommand

Execute() public method

public Execute ( ) : void
return void

OnTextChanged() protected method

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

Undo() public method

public Undo ( ) : void
return void

UndoableCommand() public method

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