I need to be able to programatically display the Application Menu. For example, when the app first starts so that the user discovers that it is there.
Is there a way to do this?
Greg
It looks like there is no method for this, I would recommend submitting a feature request: http://devcenter.infragistics.com/Protected/RequestFeature.aspx.
As a workaround, if one of the tool areas of the ApplicationMenu has a tool, you can call BringIntoView on it to open the ApplicationMenu:
this.ultraToolbarsManager.Ribbon.ApplicationMenu.ToolAreaLeft.Tools[0].BringIntoView();