Does anyone know how to access the ApplicationMenu on a RadRibbonForm?
I'm trying to add items to the RightColumn area but so far I've not found any documentation on how to get to the Application menu that is NOT added separately but is part of the RadRibbonForm inherently.
Any help would be greatly appreciated!
-Curtis.
And just like that...found it.
MainRibbon is the name of the Ribbon on the RadRibbonForm.
MainRibbon.StartMenuRightColumnItems(raditem goes here)