[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonCheckBox

RibbonCheckBox Class

Represents a check box element in a C1Ribbon control.

Implements
IUiaButton
IUiaInvokeProvider
IUiaSelectionItemProvider
IUiaScrollItemProvider
IUiaToggleProvider
Namespace: C1.Win.Ribbon
Assembly: C1.Win.Ribbon.4.8.dll
Syntax
public class RibbonCheckBox : RibbonButton, IComponent, IDisposable, IUiaButton, IUiaInvokeProvider, IUiaSelectionItemProvider, IUiaScrollItemProvider, IUiaToggleProvider

Constructors

Name Description
RibbonCheckBox()

Creates a new instance of RibbonCheckBox.

Properties

Name Description
Checked

Gets or sets this check button's checked state.

Methods

Name Description
OnCheckedChanged(EventArgs)

Raises the CheckedChanged event.

Save(XmlWriter)

Events

Name Description
CheckedChanged

Occurs whenever the Checked property is changed.