In This Article

BarComboBoxDropDownButtonAutomationPeer Class

Exposes BarComboBoxDropDownButton types to UI Automation.

public class BarComboBoxDropDownButtonAutomationPeer : BarPopupButtonBaseAutomationPeer
Inheritance:
object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer BarPopupButtonBaseAutomationPeer object

Constructors

BarComboBoxDropDownButtonAutomationPeer(BarComboBoxDropDownButton)

Initializes a new instance of the BarComboBoxDropDownButtonAutomationPeer class.

public BarComboBoxDropDownButtonAutomationPeer(BarComboBoxDropDownButton owner)
Parameter Type Description
owner BarComboBoxDropDownButton

The owner element.

Methods

GetLocalizedControlTypeCore()

When overridden in a derived class, is called by GetLocalizedControlType().

protected override string GetLocalizedControlTypeCore()

Returns

string:

The type of the control.

Inherited Members