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: 6.0.8219.1880
Syntax
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