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

Find() public static method

public static Find ( string str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord, bool searchInFrames, bool showDialog ) : bool
str string
caseSensitive bool
backwards bool
wrapAround bool
wholeWord bool
searchInFrames bool
showDialog bool
return bool
        public static bool Find(string str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord, bool searchInFrames, bool showDialog)
        {
            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
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