ExtendedFrameworkElementAutomationPeer Class

Definition

Provides a base automation peer for FrameworkElement controls.

public ref class ExtendedFrameworkElementAutomationPeer : System::Windows::Automation::Peers::FrameworkElementAutomationPeer
public class ExtendedFrameworkElementAutomationPeer : System.Windows.Automation.Peers.FrameworkElementAutomationPeer
type ExtendedFrameworkElementAutomationPeer = class
    inherit FrameworkElementAutomationPeer
Public Class ExtendedFrameworkElementAutomationPeer
Inherits FrameworkElementAutomationPeer
Inheritance
ExtendedFrameworkElementAutomationPeer

Constructors

ExtendedFrameworkElementAutomationPeer(FrameworkElement)

Initializes a new instance of the ExtendedFrameworkElementAutomationPeer class.

ExtendedFrameworkElementAutomationPeer(FrameworkElement, AutomationControlType)

Initializes a new instance of the ExtendedFrameworkElementAutomationPeer class.

ExtendedFrameworkElementAutomationPeer(FrameworkElement, AutomationControlType, Boolean)

Initializes a new instance of the ExtendedFrameworkElementAutomationPeer class.

Methods

GetAutomationControlTypeCore()

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

GetClassNameCore()

Gets the class name.

IsControlElementCore()

Gets a value that indicates whether the element is understood by the user as interactive or as contributing to the logical structure of the control in the GUI. Called by IsControlElement().

Applies to