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

Find() public static method

public static Find ( ) : bool
return bool
        public static bool Find()
        {
            return false;
        }

Same methods

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