Attachmate Reflection 2014 .NET API Reference
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
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

Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

Attachmate.Reflection.Emulation.OpenSystems Namespace

Send Feedback