API:Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.DoDropCategory
Delphi
procedure DoDropCategory(Source: TCategoryDragObject; const X: Integer;
const Y: Integer); override;
C++
virtual void __fastcall DoDropCategory(Vcl::Actnman::TCategoryDragObject* Source, const int X, const int Y);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.Ribbon.pas Vcl.Ribbon.hpp |
Vcl.Ribbon | TCustomRibbonQuickAccessToolbar |
Description
Populates a menu with action tool bar items. Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.DoDropCategory inherits from Vcl.ActnCtrls.TCustomActionToolBar.DoDropCategory. All content below this line refers to Vcl.ActnCtrls.TCustomActionToolBar.DoDropCategory.
Populates a menu with action tool bar items.
Use DoDropCategory to populate a drop-down menu with action tool bar items.