Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
TextComparisonOption Enumeration
In This Topic
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
| Member | Description |
|---|---|
| IgnoreCase | Compares text in a non case-sensitive manner. |
| MatchCase | Performs a case-sensitive text comparison. |
| RegularExpression | Compares text using a regular expression. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.TextComparisonOption
See Also