C# Class FastColoredTextBoxNS.MultiSelectionCommand

Wrapper for commands when MultiSelection mode enabled. This class is very like to MultiRangeCommand, but it is intended for MultiSelection mode.
Inheritance: UndoableCommand
显示文件 Open project: samarjeet27/ynoteclassic Class Usage Examples

Public Methods

Method Description
Clone ( ) : UndoableCommand
Execute ( ) : void
MultiSelectionCommand ( 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

MultiSelectionCommand() public method

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

Undo() public method

public Undo ( ) : void
return void