CitrixVirtualUserScript CheckForWindowTitle Method C# API
Checks to see if a window has been created.

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

public bool CheckForWindowTitle(
	string title,
	int timeout
)

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