InfoConnect for Airlines
TextComparisonOption Enumeration


Defines options that indicate how text is compared against the text on the host screen.
Syntax
'Declaration
 
Public Enum TextComparisonOption 
   Inherits System.Enum
'Usage
 
Dim instance As TextComparisonOption
public enum TextComparisonOption : System.Enum 
Members
MemberDescription
IgnoreCasePerforms case-insensitive text comparison.
MatchCasePerforms case-sensitive text comparison.
NoneUndefined value
RegularExpressionCompares text using a regular expression.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.Common.TextComparisonOption

See Also