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 an instance of the 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

Extension Methods