C# 클래스 FastColoredTextBoxNS.ReplaceForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic

공개 메소드들

메소드 설명
Find ( string pattern ) : bool
FindAll ( string pattern ) : List
ReplaceForm ( FastColoredTextBox tb ) : System

보호된 메소드들

메소드 설명
OnActivated ( EventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

비공개 메소드들

메소드 설명
ReplaceForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
ResetSerach ( ) : void
btClose_Click ( object sender, EventArgs e ) : void
btFindNext_Click ( object sender, EventArgs e ) : void
btReplaceAll_Click ( object sender, EventArgs e ) : void
btReplace_Click ( object sender, EventArgs e ) : void
cbMatchCase_CheckedChanged ( object sender, EventArgs e ) : void
tbFind_KeyPress ( object sender, KeyPressEventArgs e ) : void

메소드 상세

Find() 공개 메소드

public Find ( string pattern ) : bool
pattern string
리턴 bool

FindAll() 공개 메소드

public FindAll ( string pattern ) : List
pattern string
리턴 List

OnActivated() 보호된 메소드

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

ProcessCmdKey() 보호된 메소드

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
리턴 bool

ReplaceForm() 공개 메소드

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