AutomationPeer.GetLocalizedControlTypeCore Method

Definition

When overridden in a derived class, is called by GetLocalizedControlType().

protected:
 virtual System::String ^ GetLocalizedControlTypeCore();
protected virtual string GetLocalizedControlTypeCore ();
abstract member GetLocalizedControlTypeCore : unit -> string
override this.GetLocalizedControlTypeCore : unit -> string
Protected Overridable Function GetLocalizedControlTypeCore () As String

Returns

The type of the control.

Applies to

See also