HypernovaDesktop Components · docs
Binarymission
WPFRibbon › QuickAccessToolbarChildPlacementTarget

QuickAccessToolbarChildPlacementTarget

enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WPF.Controls.Office

Lists the supported placement targets for the QAT UI elements.

public enum QuickAccessToolbarChildPlacementTarget

Members at a glance

MenuThe QAT item gets into the QAT drop-down menu (QAT overflow menu).
ToolBarThe QAT item gets into the QAT toolbar.
ToolBarAndMenuThe QAT items gets into both theQAT toolbar and QAT overflow menu.

Members

Menu

The QAT item gets into the QAT drop-down menu (QAT overflow menu).

ToolBar

The QAT item gets into the QAT toolbar.

ToolBarAndMenu

The QAT items gets into both theQAT toolbar and QAT overflow menu.