Click or drag to resize

KryptonRibbonApplicationButtonDropDownMenu Property

Gets or sets the dropdown control which is invoked when the Application Button is clicked.


Namespace: Internal.ComponentFactory.Krypton.Ribbon
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual BackstageAppMenu ApplicationButtonDropDownMenu { get; set; }

Property Value

BackstageAppMenu
An object (any control or specific DevExpress component) which is invoked when the Ribbon Form's Application Button is clicked.
See Also