Gets or sets the group's visibility.
public bool Visible { get; set; }
The following example shows the Contextual
TXTextControl.Windows.Forms.Ribbon.ContextualTabGroup tabGroup = new TXTextControl.Windows.Forms.Ribbon.ContextualTabGroup();
tabGroup.Name = "-------";
tabGroup.Header = "-------";
tabGroup.BackColor = System.Drawing.Color.White;
tabGroup.Visible = true;