Gets or set a value indicating whether the primary button is enabled.
public bool ButtonEnabled { get; set; }
This example shows how to set a 'Ribbon
TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton ribbonSplitButton = new TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton();
ribbonSplitButton.Text = "My RibbonSplitButton";
ribbonSplitButton.ButtonEnabled = true;
ribbonSplitButton.Checkable = true;
//now this button is enabled and checkable