RibbonBarItemCheckBox
Namespace: Wisej.Web.Ext.RibbonBar
Assembly: Wisej.Web.Ext.RibbonBar
Represents a checkbox in a RibbonBarGroup.
- C#
- VB.NET
public class RibbonBarItemCheckBox : RibbonBarItem
Public Class RibbonBarItemCheckBox
Inherits RibbonBarItem
Constructors
RibbonBarItemCheckBox()
Properties
Checked
Boolean: Returns or whether the RibbonBarItemCheckBox is in the checked state. (Default: False)
Events
CheckedChanged
EventHandler Fired when the value of the Checked property changes.