Alsing.Windows.Forms.SyntaxBoxControl.FindNext C# (CSharp) Method

FindNext() public method

Finds the next occurance of the pattern in the find/replace dialog
public FindNext ( ) : void
return void
        public void FindNext()
        {
            ((EditViewControl) _ActiveView).FindNext();
        }

Same methods

SyntaxBoxControl::FindNext ( string Pattern, bool MatchCase, bool WholeWords, bool UseRegEx ) : void