I have made my custom ribbon bar like this:
in similar fashion, I have made my custom buttons ie.RadButtonElement, RadCheckBoxElement.
What I want is how can I add a button of my own in the "Add an Item" option of "Right Click - Context Menu" of "RadRibbonBarGroup". I mean, my custom button should appear in the list to be selected.
I can add my custom button in the RadRibbonBarGroup dynamically, but how can I do it through the UI?
I hope am not raising a totally invalid requirement.
public
class
TMRibbonBar:RadRibbonBar
{
}
in similar fashion, I have made my custom buttons ie.RadButtonElement, RadCheckBoxElement.
What I want is how can I add a button of my own in the "Add an Item" option of "Right Click - Context Menu" of "RadRibbonBarGroup". I mean, my custom button should appear in the list to be selected.
I can add my custom button in the RadRibbonBarGroup dynamically, but how can I do it through the UI?
I hope am not raising a totally invalid requirement.