AutomationElement.AutomationElementInformation.LocalizedControlType Property

Definition

Gets a description of the control type.

public:
 property System::String ^ LocalizedControlType { System::String ^ get(); };
public string LocalizedControlType { get; }
member this.LocalizedControlType : string
Public ReadOnly Property LocalizedControlType As String

Property Value

A localized description of the control type, such as "button".

Remarks

For more information, see LocalizedControlTypeProperty.

Applies to