Gets or sets a value indicating whether the Ribbon
public bool IsAddToQuickAccessToolbarEnabled { get; set; }
The following example shows a Ribbon
TXTextControl.Windows.Forms.Ribbon.RibbonButton ribbonButton =
new TXTextControl.Windows.Forms.Ribbon.RibbonButton();
ribbonButton.Description = "My RibbonButton";
ribbonButton.DisplayMode =
TXTextControl.Windows.Forms.Ribbon.IconTextRelation.LargeIconLabeled;
ribbonButton.IsAddToQuickAccessToolbarEnabled = true;