Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to add a custom tab here:
Ive tried adding a button to all CommandSites like this:
CommandSite FileMenu = new CommandSite("FileMenu", "FileMenu")
{
Location = CommandSiteLocation.FileMenu,
DeployAsPulldownMenu = false
};
FileMenu.AddCommand(ifsCmdItem);
sites.Add(FileMenu);
None of them seem to be the one i want. Ive seen custom tabs before on this location.
Does anybody know how to do this?
Solved! Go to Solution.