Created
September 17, 2018 09:23
-
-
Save bjoerntx/d7b971b039927a51f8eba6744c01691f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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