Gets or sets a value defining whether the first tab of the ribbon is an application menu.
Introduced: X16.
public bool HasApplicationMenu { get; set; }
Public Property HasApplicationMenu As Boolean
The following example uses the Has
TXTextControl.Windows.Forms.Ribbon.Ribbon ribbon =
new TXTextControl.Windows.Forms.Ribbon.Ribbon();
ribbon.DisplayColors = TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.White;
ribbon.HasApplicationMenu = true;
Dim ribbon As TXTextControl.Windows.Forms.Ribbon.Ribbon =
New TXTextControl.Windows.Forms.Ribbon.Ribbon()
ribbon.DisplayColors = TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.White
ribbon.HasApplicationMenu = true