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

Find() public method

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

Same methods

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