System.Html.Window.Find C# (CSharp) Method

Find() public static method

public static Find ( string str, bool caseSensitive, bool backwards ) : bool
str string
caseSensitive bool
backwards bool
return bool
        public static bool Find(string str, bool caseSensitive, bool backwards)
        {
            return false;
        }

Same methods

Window::Find ( ) : bool
Window::Find ( string str ) : bool
Window::Find ( string str, bool caseSensitive ) : bool
Window::Find ( string str, bool caseSensitive, bool backwards, bool wrapAround ) : bool
Window::Find ( string str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord ) : bool
Window::Find ( string str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord, bool searchInFrames ) : bool
Window::Find ( string str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord, bool searchInFrames, bool showDialog ) : bool