AutomationPeer.GetAutomationControlTypeCore Method

Definition

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

protected:
 abstract System::Windows::Automation::Peers::AutomationControlType GetAutomationControlTypeCore();
protected abstract System.Windows.Automation.Peers.AutomationControlType GetAutomationControlTypeCore ();
abstract member GetAutomationControlTypeCore : unit -> System.Windows.Automation.Peers.AutomationControlType
Protected MustOverride Function GetAutomationControlTypeCore () As AutomationControlType

Returns

The control type.

Applies to

See also