C# Class FastColoredTextBoxNS.MultiRangeCommand

Wrapper for multirange commands
Inheritance: UndoableCommand
显示文件 Open project: samarjeet27/ynoteclassic Class Usage Examples

Public Methods

Method Description
Clone ( ) : UndoableCommand
Execute ( ) : void
MultiRangeCommand ( UndoableCommand command ) : System
Undo ( ) : void

Private Methods

Method Description
ExecuteCommand ( int &iChar ) : void
ExecuteInsertTextCommand ( int &iChar, string text ) : void

Method Details

Clone() public method

public Clone ( ) : UndoableCommand
return UndoableCommand

Execute() public method

public Execute ( ) : void
return void

MultiRangeCommand() public method

public MultiRangeCommand ( UndoableCommand command ) : System
command UndoableCommand
return System

Undo() public method

public Undo ( ) : void
return void