C# Class FastColoredTextBoxNS.ClearSelectedCommand

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

Public Methods

Method Description
ClearSelectedCommand ( TextSource ts ) : System

Construstor

Clone ( ) : UndoableCommand
Execute ( ) : void

Execute operation

Undo ( ) : void

Undo operation

Private Methods

Method Description
ClearSelected ( TextSource ts ) : void

Method Details

ClearSelectedCommand() public method

Construstor
public ClearSelectedCommand ( TextSource ts ) : System
ts TextSource
return System

Clone() public method

public Clone ( ) : UndoableCommand
return UndoableCommand

Execute() public method

Execute operation
public Execute ( ) : void
return void

Undo() public method

Undo operation
public Undo ( ) : void
return void