RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomMenuItem.DragDrop Method

Performs actions and generates an OnDragDrop event.

Pascal
procedure DragDrop(Source: TObject; X: Integer; Y: Integer); override;
C++
virtual __fastcall DragDrop(TObject * Source, int X, int Y);

This override of the method inherited from TCustomActionControl calls the inherited routine and performs other actions to ensure that the focus is correct. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!