Vcl.RibbonGalleryBar.TCustomRibbonGalleryBar.DoDropCategory

From RAD Studio API Documentation
Jump to: navigation, search

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.RibbonGalleryBar.pas
Vcl.RibbonGalleryBar.hpp
Vcl.RibbonGalleryBar TCustomRibbonGalleryBar

Description

Populates a menu with action tool bar items.

Vcl.RibbonGalleryBar.TCustomRibbonGalleryBar.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.