Checks to see if a window has been created.
Namespace: Facilita.Fc.CitrixAssembly: fcCitrix (in fcCitrix.dll) Version: 9.5.7.98
Syntax
Parameters
- title
- Type: System String
The title/caption of the window to check for.
- timeout
- Type: System Int32
The timeout interval in milliseconds.
Return Value
Returns true if the window has been created, otherwise false. This looks for the event CitrixEventType.WindowCreate.See Also