Share via


ExtendedFrameworkElementAutomationPeer.GetAutomationControlTypeCore Method

Definition

Gets the control type of the element that is associated with the automation peer.

protected:
 override System::Windows::Automation::Peers::AutomationControlType GetAutomationControlTypeCore();
protected override System.Windows.Automation.Peers.AutomationControlType GetAutomationControlTypeCore ();
override this.GetAutomationControlTypeCore : unit -> System.Windows.Automation.Peers.AutomationControlType
Protected Overrides Function GetAutomationControlTypeCore () As AutomationControlType

Returns

Returns the control type of the element that is associated with the automation peer.

Applies to