コード例 #1
0
 void findForm_FindNextClick(object sender, FindContentEventArgs e)
 {
     FindText(_textAreaBody, e.FindContent, _textAreaBody.CaretIndex, e.CaseSensitive,
              e.FindDirection == FindContentEventArgs.Direction.Up);
 }
コード例 #2
0
ファイル: FileEditerPanel.cs プロジェクト: kevins1022/Altman
 void findForm_FindNextClick(object sender, FindContentEventArgs e)
 {
     FindText(_textAreaBody, e.FindContent, _textAreaBody.CaretIndex, e.CaseSensitive,
         e.FindDirection == FindContentEventArgs.Direction.Up);
 }