Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems 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
IgnoreCaseCompares text in a non case-sensitive manner.
MatchCasePerforms a case-sensitive text comparison.
RegularExpressionCompares text using a regular expression.
where expression is a variable that represents an
See Also