Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems 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
IgnoreCaseCompares text in a non case-sensitive manner.
MatchCasePerforms a case-sensitive text comparison.
RegularExpressionCompares text using a regular expression.
Inheritance Hierarchy

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

See Also