RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRibbonCustomControl.SetDragMode Method

Sets the drag mode for the control.

Pascal
procedure SetDragMode(Value: TDragMode); override;
C++
virtual __fastcall SetDragMode(TDragMode Value);

SetDragMode is the protected write implementation for the DragMode property. Override SetDragMode to execute additional code when the value of the DragMode property changes. 

 

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