AutomationElementIdentifiers.LocalizedControlTypeProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.