AutomationElementIdentifiers.LocalizedControlTypeProperty Property

Definition

Identifies the localized control type automation property which provides a mechanism to alter the control type read by Narrator.

public:
 static property AutomationProperty ^ LocalizedControlTypeProperty { AutomationProperty ^ get(); };
static AutomationProperty LocalizedControlTypeProperty();
public static AutomationProperty LocalizedControlTypeProperty { get; }
var automationProperty = AutomationElementIdentifiers.localizedControlTypeProperty;
Public Shared ReadOnly Property LocalizedControlTypeProperty As AutomationProperty

Property Value

The automation property identifier.

Remarks

The current localized control type is returned by the GetLocalizedControlTypeCore method.

Applies to