Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / TextComparisonOption Enumeration
In This Topic
TextComparisonOption Enumeration
In This Topic
Defines options that indicate how text is compared against the text on the host screen.
Members
MemberDescription
IgnoreCasePerforms a case-insensitive text comparison.
MatchCasePerforms a case-sensitive text comparison.
RegularExpressionCompares text using a regular expression.
where expression is a variable that represents an
See Also