KryptonRibbonApplicationButtonDropDownMenu Property |
Gets or sets the dropdown control which is invoked when the Application Button is clicked.
Namespace: Internal.ComponentFactory.Krypton.RibbonAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic virtual BackstageAppMenu ApplicationButtonDropDownMenu { get; set; }Property Value
BackstageAppMenuAn object (any control or specific DevExpress component) which is invoked when the Ribbon Form's Application Button is clicked.
See Also