Kimono.KHTMLPart.FindTextNext C# (CSharp) Method

FindTextNext() public method

Finds the next occurrence of a string set by name="reverse" if true, revert seach direction (only if no find dialog is used)
public FindTextNext ( bool reverse ) : bool
reverse bool
return bool
        public bool FindTextNext(bool reverse)
        {
            return (bool) interceptor.Invoke("findTextNext$", "findTextNext(bool)", typeof(bool), typeof(bool), reverse);
        }

Same methods

KHTMLPart::FindTextNext ( ) : bool
KHTMLPart