WindowCaptionMatchType EnumerationC# API
Describes how to match on a window caption

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

public enum WindowCaptionMatchType
Members

  Member nameValueDescription
Equals0 The caption must equal the search text
Contains1 The caption must contain the search text
StartsWith2 The caption must start with the search text
EndsWith3 The caption must end with the search text
See Also