In This Article

DockableToolBarOptionsButtonAutomationPeer Class

Exposes DockableToolBarOptionsButton types to UI Automation.

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

Constructors

DockableToolBarOptionsButtonAutomationPeer(DockableToolBarOptionsButton)

Initializes a new instance of the DockableToolBarOptionsButtonAutomationPeer class.

public DockableToolBarOptionsButtonAutomationPeer(DockableToolBarOptionsButton owner)
Parameter Type Description
owner DockableToolBarOptionsButton

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