Vcl.Ribbon.TCustomRibbonGroup.DoEndDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoEndDrag(Target: TObject; X: Integer; Y: Integer); override;

C++

DYNAMIC void __fastcall DoEndDrag(System::TObject* Target, int X, int Y);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonGroup

Description

DoEndDrag ends a drag event dispatcher.

DoEndDrag is called automatically when the user stops dragging one of the ribbon controls. The drag operation may end because the user canceled the drag operation (if Target is nil (Delphi) or NULL (C++)).

See Also