I would like to change the behaviour of the Start Menu on a Rad Ribbon Bar to be more like the windows start menu: Click once to show and click again to hide.
I tried adding a new event handler to the radRibbonBar1.RibbonBarElement.ApplicationButtonElement.Click event, but I'm not sure what I should be checking for (i.e. a menu objects visibility) to enable this.
What's the recommended way to achieve this?
I tried adding a new event handler to the radRibbonBar1.RibbonBarElement.ApplicationButtonElement.Click event, but I'm not sure what I should be checking for (i.e. a menu objects visibility) to enable this.
What's the recommended way to achieve this?