IViewAutomationPeer.GetAutomationControlType Method

Definition

Gets the control type for the element that is associated with this IViewAutomationPeer.

public:
 System::Windows::Automation::Peers::AutomationControlType GetAutomationControlType();
public System.Windows.Automation.Peers.AutomationControlType GetAutomationControlType ();
abstract member GetAutomationControlType : unit -> System.Windows.Automation.Peers.AutomationControlType
Public Function GetAutomationControlType () As AutomationControlType

Returns

A value in the AutomationControlType enumeration.

Applies to

See also