Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / TextComparisonOption Enumeration


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
Members
MemberDescription
IgnoreCasePerforms case-insensitive text comparison.
MatchCasePerforms case-sensitive text comparison.
RegularExpressionCompares text using a regular expression.
Inheritance Hierarchy

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

See Also