Sets the Ribbon
public IconTextRelation DisplayMode { get; set; }
This sample code shows how to set the Display
TXTextControl.Windows.Forms.Ribbon.RibbonTextBox MyRibbonTextBox = new TXTextControl.Windows.Forms.Ribbon.RibbonTextBox();
MyRibbonTextBox.DisplayMode = TXTextControl.Windows.Forms.Ribbon.IconTextRelation.SmallIconLabeled; // Is also the default value of the display settings.
//Second possibility
//MyRibbonTextBox.DisplayMode = TXTextControl.Windows.Forms.Ribbon.IconTextRelation.LargeIconLabeled
//Third possibility
//MyRibbonTextBox.DisplayMode = TXTextControl.Windows.Forms.Ribbon.IconTextRelation.NoIconLabeled
//Fourth possibility
//MyRibbonTextBox.DisplayMode = TXTextControl.Windows.Forms.Ribbon.IconTextRelation.SmallIconUnlabeled