In This Article

BarCheckBox Class

Represents a checkbox control, for use within a ribbon or toolbar.

public class BarCheckBox : BarToggleButton
Inheritance:
object Visual UIElement FrameworkElement Control ContentControl ButtonBase Button BarButton BarToggleButton object

Constructors

BarCheckBox()

Initializes a new instance of the BarCheckBox class.

public BarCheckBox()

Methods

OnCreateAutomationPeer()

Creates an appropriate ButtonAutomationPeer for this control as part of the WPF infrastructure.

protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer:

A ButtonAutomationPeer for this control.

Inherited Members