Click or drag to resize

MatchType Enumeration

Specifies the hotspot matching types.

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
[FlagsAttribute]
public enum MatchType
Members
  Member nameValueDescription
Any0 Performs case-insensitive matches and ignore word boundaries.
WholeWord2 Matches whole words only.
CaseSensitive4 Performs case-sensitive matches.
See Also