[]
Represents a check box element in a C1Ribbon control.
public class RibbonCheckBox : RibbonButton, IComponent, IDisposable, IUiaButton, IUiaInvokeProvider, IUiaSelectionItemProvider, IUiaScrollItemProvider, IUiaToggleProvider
Name | Description |
---|---|
RibbonCheckBox() | Creates a new instance of RibbonCheckBox. |
Name | Description |
---|---|
Checked | Gets or sets this check button's checked state. |
Name | Description |
---|---|
OnCheckedChanged(EventArgs) | Raises the CheckedChanged event. |
Save(XmlWriter) |
Name | Description |
---|---|
CheckedChanged | Occurs whenever the Checked property is changed. |