Click or drag to resize

QATLocation Enumeration

Specifies the location of the quick access toolbar.

Namespace:  Internal.ComponentFactory.Krypton.Ribbon
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum QATLocation
Members
  Member nameValueDescription
Above0 Specifies the quick access toolbar is above the ribbon.
Below1 Specifies the quick access toolbar is below the ribbon.
Hidden2 Specifies the quick access toolbar is hidden from view.
See Also