WindowEvent MatchCaption Method C# API
See if the window caption matches what was expected

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

public bool MatchCaption(
	WindowEvent expectedWindowEvent,
	WindowCaptionMatchType matchType
)

Return Value

true if the caption matches the expected, otherwise false
See Also