In This Article

BarSplitToggleButtonAutomationPeer Class

Exposes BarSplitToggleButton types to UI Automation.

public class BarSplitToggleButtonAutomationPeer : BarSplitButtonAutomationPeer, IExpandCollapseProvider, IInvokeProvider, IToggleProvider
Inheritance:
object AutomationPeer ControlAutomationPeer BarPopupButtonBaseAutomationPeer BarPopupButtonAutomationPeer BarSplitButtonAutomationPeer object
Implements:
IExpandCollapseProvider IInvokeProvider IToggleProvider

Constructors

BarSplitToggleButtonAutomationPeer(BarSplitToggleButton)

Initializes a new instance of the class.

public BarSplitToggleButtonAutomationPeer(BarSplitToggleButton owner)
Parameter Type Description
owner BarSplitToggleButton

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