Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am familiar with adding a Ribbon Tab Programmatically
public static UIControlledApplication UiCtrApp; public Result OnStartup(UIControlledApplication application) { UiCtrApp = application; UiCtrApp.CreateRibbonTab("New Tab"); return Result.Succeeded; }
but I don’t seem to find a way to remove or hide the tab at a certain point in runtime, How can I do that?
Ragards,
Basiony
Solved! Go to Solution.