Remarks
A check mark icon is displayed if the Small
Gets or set a value indicating whether the primary button is checked.
public bool Checked { get; set; }
Public Property Checked() As Boolean
The following code showes how to use the Ribbon
TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton ribbonSplitButton = new TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton();
ribbonSplitButton.SmallIcon = null;
ribbonSplitButton.DisplayMode = TXTextControl.Windows.Forms.Ribbon.IconTextRelation.SmallIconLabeled;
ribbonSplitButton.Checked = true;
Dim ribbonSplitButton As TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton = New TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton()
ribbonSplitButton.SmallIcon = Nothing
ribbonSplitButton.DisplayMode = TXTextControl.Windows.Forms.Ribbon.IconTextRelation.SmallIconLabeled
ribbonSplitButton.Checked = True
A check mark icon is displayed if the Small