Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created September 17, 2018 09:23
Show Gist options
  • Save bjoerntx/d7b971b039927a51f8eba6744c01691f to your computer and use it in GitHub Desktop.
Save bjoerntx/d7b971b039927a51f8eba6744c01691f to your computer and use it in GitHub Desktop.
foreach (RibbonGroup group in ribbonFormattingTab1.RibbonGroups)
{
if (group.Name == "TXITEM_FontGroup")
{
ribbonFormattingTab1.RibbonGroups.Remove(group);
break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment