In This Article

StandaloneToolBarOverflowButtonAutomationPeer Class

Exposes StandaloneToolBarOverflowButton types to UI Automation.

public class StandaloneToolBarOverflowButtonAutomationPeer : PopupButtonAutomationPeer
Inheritance:
object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer ButtonBaseAutomationPeer ButtonAutomationPeer PopupButtonAutomationPeer object

Constructors

StandaloneToolBarOverflowButtonAutomationPeer(StandaloneToolBarOverflowButton)

Initializes a new instance of the StandaloneToolBarOverflowButtonAutomationPeer class.

public StandaloneToolBarOverflowButtonAutomationPeer(StandaloneToolBarOverflowButton owner)
Parameter Type Description
owner StandaloneToolBarOverflowButton

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