Vcl.RibbonActnCtrls.TRibbonSpinEdit.DownClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DownClick (Sender: TObject); virtual;

C++

virtual void __fastcall DownClick(System::TObject* Sender);

Properties

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

Description

Executes the control's action in response to a mouse click on the down button of the TRibbonSpinEdit

DownClick is called automatically when the user left-clicks the down button of the control. The method moves the spin edit content up so the user can see the content above.

See Also