SmartMatchOptions Enum

Definition

This enumeration lets you communicate how the IUITechnologyManager instructs the framework to search for the most likely results when a match cannot be found.

This enumeration supports a bitwise combination of its member values.

public enum class SmartMatchOptions
[System.Flags]
public enum SmartMatchOptions
[<System.Flags>]
type SmartMatchOptions = 
Public Enum SmartMatchOptions
Inheritance
SmartMatchOptions
Attributes

Fields

Control 2

Use smart match for controls only. If this option is specified, the framework uses the smart algorithm to intelligently match controls that have slightly different properties than those that are specified in the search string.

None 0

Do not use smart matching.

TopLevelWindow 1

Use smart match for top-level windows only. The framework uses the smart algorithm to intelligently match the specified top-level window title with other similar top-level windows.

Applies to