示例#1
0
 void findForm_FindNextClick(object sender, FindContentEventArgs e)
 {
     FindText(_textAreaBody, e.FindContent, _textAreaBody.CaretIndex, e.CaseSensitive,
              e.FindDirection == FindContentEventArgs.Direction.Up);
 }
示例#2
0
 void findForm_FindNextClick(object sender, FindContentEventArgs e)
 {
     FindText(_textAreaBody, e.FindContent, _textAreaBody.CaretIndex, e.CaseSensitive,
         e.FindDirection == FindContentEventArgs.Direction.Up);
 }