Share via


FindWindowMatchType Enum

Definition

Represents the matching logic that the DDA uses to find a control

public enum class FindWindowMatchType
public enum FindWindowMatchType
type FindWindowMatchType = 
Public Enum FindWindowMatchType
Inheritance
FindWindowMatchType

Fields

Contains 4

Finds a control with a name that contains a specified text.

EndsWith 3

Finds a control with a name that ends with a specified text.

Equals 1

Finds a control with a name that matches a specified text.

Ignore 0

Finds a control with a name ignoring a specified text.

StartsWith 2

Finds a control with a name that starts with a specified text.

Applies to