TextComparisonOption Enumeration
In This Topic
Defines options that indicate how text is compared against the text on the host screen.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("9240CB83-A77A-4D84-9DC1-F20FF6155749")>
Public Enum TextComparisonOption
Inherits System.Enum
Members
Member | Description |
IgnoreCase | Performs a case-insensitive text comparison. |
MatchCase | Performs a case-sensitive text comparison. |
None | Undefined value |
RegularExpression | Compares text using a regular expression. |
See Also