C# 클래스 FastColoredTextBoxNS.SelectCommand

Remembers current selection and restore it after Undo
상속: UndoableCommand
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : UndoableCommand
Execute ( ) : void
SelectCommand ( TextSource ts ) : System
Undo ( ) : void

보호된 메소드들

메소드 설명
OnTextChanged ( bool invert ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : UndoableCommand
리턴 UndoableCommand

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

OnTextChanged() 보호된 메소드

protected OnTextChanged ( bool invert ) : void
invert bool
리턴 void

SelectCommand() 공개 메소드

public SelectCommand ( TextSource ts ) : System
ts TextSource
리턴 System

Undo() 공개 메소드

public Undo ( ) : void
리턴 void