Sets the Ribbon
public IconTextRelation DisplayMode { get; set; }Public Property DisplayMode() As IconTextRelationThe 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;Dim ribbonButton As TXTextControl.Windows.Forms.Ribbon.RibbonButton =
New TXTextControl.Windows.Forms.Ribbon.RibbonButton()
ribbonButton.Description = "My RibbonButton"
ribbonButton.DisplayMode =
TXTextControl.Windows.Forms.Ribbon.IconTextRelation.LargeIconLabeled