Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created September 17, 2018 09:21
Show Gist options
  • Save bjoerntx/0689da383b82f754b92950daa11ce722 to your computer and use it in GitHub Desktop.
Save bjoerntx/0689da383b82f754b92950daa11ce722 to your computer and use it in GitHub Desktop.
RibbonSplitButton ribbonItem = (RibbonSplitButton)ribbonFormattingTab1.FindItem(
RibbonFormattingTab.RibbonItem.TXITEM_Paste);
if(ribbonItem.ParentCollection != null)
ribbonItem.ParentCollection.Remove(ribbonItem);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment