AutomationPeer.GetLocalizedControlType Method

Definition

Gets a localized string that represents the AutomationControlType value for the control that is associated with this automation peer.

public:
 virtual Platform::String ^ GetLocalizedControlType() = GetLocalizedControlType;
winrt::hstring GetLocalizedControlType();
public string GetLocalizedControlType();
function getLocalizedControlType()
Public Function GetLocalizedControlType () As String

Returns

String

Platform::String

winrt::hstring

The type of the control.

Applies to