In This Article

BarComboBoxDropDownButtonAutomationPeer Class

Exposes BarComboBoxDropDownButton types to UI Automation.

public class BarComboBoxDropDownButtonAutomationPeer : BarPopupButtonBaseAutomationPeer, IExpandCollapseProvider
Inheritance:
object AutomationPeer ControlAutomationPeer BarPopupButtonBaseAutomationPeer object
Implements:
IExpandCollapseProvider

Constructors

BarComboBoxDropDownButtonAutomationPeer(BarComboBoxDropDownButton)

Initializes a new instance of the class.

public BarComboBoxDropDownButtonAutomationPeer(BarComboBoxDropDownButton owner)
Parameter Type Description
owner BarComboBoxDropDownButton

The owner element.

Methods

GetLocalizedControlTypeCore()

Gets a human-readable localized string that represents the type of the control that is associated with this automation peer.

protected override string GetLocalizedControlTypeCore()

Returns

string

Inherited Members

Extension Methods