프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FindReplace_Closing | void | ||
InitializeComponent | void | ||
btnClose_Click | void | ||
btnDoReplace_Click | void | ||
btnFind_Click | void | ||
btnMarkAll_Click | void | ||
btnReplaceAll_Click | void | ||
btnReplace_Click | void |
메소드 | 설명 | |
---|---|---|
FindNext ( ) : void | ||
FindReplaceForm ( ) : System |
Default constructor for the FindReplaceForm.
|
|
FindReplaceForm ( |
Creates a FindReplaceForm that will be assigned to a specific Owner control.
|
|
ShowFind ( ) : void |
Displays the FindReplaceForm and sets it in "Find" mode.
|
|
ShowReplace ( ) : void |
Displays the FindReplaceForm and sets it in "Replace" mode.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
FindReplace_Closing ( object sender, CancelEventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnClose_Click ( object sender, |
||
btnDoReplace_Click ( object sender, |
||
btnFind_Click ( object sender, |
||
btnMarkAll_Click ( object sender, |
||
btnReplaceAll_Click ( object sender, |
||
btnReplace_Click ( object sender, |
public FindReplaceForm ( |
||
Owner | The SyntaxBox that will use the FindReplaceForm | |
리턴 | System |