In This Article

ExpanderBarAutomationPeer Class

Exposes ExpanderBar types to UI Automation.

public class ExpanderBarAutomationPeer : FrameworkElementAutomationPeer
Inheritance:
object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer object

Constructors

ExpanderBarAutomationPeer(ExpanderBar)

Exposes ExpanderBar types to UI Automation.

public ExpanderBarAutomationPeer(ExpanderBar owner)
Parameter Type Description
owner ExpanderBar

The owner element.

Properties

ExpanderBar

The ExpanderBar that is wrapped by this UI Automation peer.

public ExpanderBar ExpanderBar { get; }

Property Value

ExpanderBar

Methods

GetAutomationControlTypeCore()

Gets the control type for the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetAutomationControlType().

protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType:

The Custom enumeration value.

GetClassNameCore()

Gets the name of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetClassName().

protected override string GetClassNameCore()

Returns

string:

An Empty string.

Extension Methods