In This Article

BarCheckBoxAutomationPeer Class

Exposes BarCheckBox types to UI Automation.

public class BarCheckBoxAutomationPeer : BarToggleButtonAutomationPeer
Inheritance:
object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer ButtonBaseAutomationPeer ButtonAutomationPeer BarButtonAutomationPeer BarToggleButtonAutomationPeer object

Constructors

BarCheckBoxAutomationPeer(BarCheckBox)

Exposes BarCheckBox types to UI Automation.

public BarCheckBoxAutomationPeer(BarCheckBox owner)
Parameter Type Description
owner BarCheckBox

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

Extension Methods