C# 클래스 FastColoredTextBoxNS.FindForm

상속: System.Windows.Forms.Form, IFindForm
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
tbFind System.Windows.Forms.TextBox

공개 메소드들

메소드 설명
FindForm ( FastColoredTextBox tb ) : System
FindNext ( string pattern ) : void
FindPrevious ( string pattern ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnActivated ( EventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

비공개 메소드들

메소드 설명
EndOfLine ( Place p ) : Place
Find ( string pattern, FindNextDirection direction ) : void
FindForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

NextPlace ( Place p ) : Place
PrevPlace ( Place p ) : Place
ResetSearch ( ) : void
StartOfLine ( Place p ) : Place
TbFindOnTextChanged ( object sender, EventArgs eventArgs ) : void
TryFindNext ( string pattern, RegexOptions opt, FindNextDirection direction, Range range, Place &foundMatchPlace ) : bool
btClose_Click ( object sender, EventArgs e ) : void
btFindAll_Click ( object sender, EventArgs e ) : void
btFindNext_Click ( object sender, EventArgs e ) : void
btFindPrevious_Click ( object sender, EventArgs e ) : void
cbMatchCase_CheckedChanged ( object sender, EventArgs e ) : void
tbFind_KeyPress ( object sender, KeyPressEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

FindForm() 공개 메소드

public FindForm ( FastColoredTextBox tb ) : System
tb FastColoredTextBox
리턴 System

FindNext() 공개 메소드

public FindNext ( string pattern ) : void
pattern string
리턴 void

FindPrevious() 공개 메소드

public FindPrevious ( string pattern ) : void
pattern string
리턴 void

OnActivated() 보호된 메소드

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
리턴 void

ProcessCmdKey() 보호된 메소드

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
리턴 bool

프로퍼티 상세

tbFind 공개적으로 프로퍼티

public System.Windows.Forms.TextBox tbFind
리턴 System.Windows.Forms.TextBox