Vcl.RibbonActnCtrls.TCustomRibbonComboBox.BeginAutoDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BeginAutoDrag; override;

C++

DYNAMIC void __fastcall BeginAutoDrag();

Properties

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

Description

Begins automatic drag.

BeginAutoDrag is called automatically when a user drags a TCustomRibbonComboBox. Do not call BeginAutoDrag in application code.

See Also