[Visual Basic] Overridable OverloadsPublic Function FindModalWindow( _ ByVal title As String, _ ByVal process As Process, _ ByVal option As InitializeOption, _ ByVal parentWindowElement As AutomationElement, _ ByVal windowSession As WindowSession _ ) As Window [C#] public virtual Window FindModalWindow( string title, Process process, InitializeOption option, AutomationElement parentWindowElement, WindowSession windowSession ); [C++] public: virtual Window* FindModalWindow( String* title, Process* process, InitializeOption* option, AutomationElement* parentWindowElement, WindowSession* windowSession ); [JScript] public virtual function FindModalWindow( String title, Process process, InitializeOption option, AutomationElement parentWindowElement, WindowSession windowSession ): Window;
WindowFactory Class | White.Core.Factory Namespace | WindowFactory.FindModalWindow Overload List