Vcl.RibbonActnCtrls.TRibbonCustomControl.SetDragMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDragMode(Value: TDragMode); override;

C++

virtual void __fastcall SetDragMode(System::Uitypes::TDragMode Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonCustomControl

Description

Sets the drag mode for the control.

SetDragMode sets the DragMode property. The method controls when users can drag the control.

See Also