Click or drag to resize

IQuickAccessToolbarButton Interface

Information needed for a quick access toolbar entry.

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 interface IQuickAccessToolbarButton

The IQuickAccessToolbarButton type exposes the following members.

Properties
 NameDescription
Public propertyChecked 
Public propertyIsDropDownButton 
Top
Methods
 NameDescription
Public methodGetEnabled Gets the entry enabled state.
Public methodGetImage Gets the entry image.
Public methodGetShortcutKeys Gets the entry shortcut keys state.
Public methodGetText Gets the entry text.
Public methodGetToolTipBody Gets the body text for the item ToolTip.
Public methodGetToolTipImage Gets the image for the item ToolTip.
Public methodGetToolTipImageTransparentColor Gets the color to draw as transparent in the ToolTipImage.
Public methodGetToolTipStyle Gets the tooltip label style.
Public methodGetToolTipTitle Gets the title text for the item ToolTip.
Public methodGetVisible Gets the entry visible state.
Public methodPerformClick Generates a Click event for a button.
Public methodPerformDropDown Generates a DropDown event for a button.
Public methodSetRibbon Provides a back reference to the owning ribbon control instance.
Public methodSetVisible Sets a new value for the visible state.
Top
Events
 NameDescription
Public eventClick Occurs when the quick access toolbar button has been clicked.
Public eventPropertyChanged Occurs after the value of a property has changed.
Top
See Also