Vcl.RibbonActnCtrls.TTimerSpeedButton.MouseUp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MouseUp(Button: TMouseButton; Shift: TShiftState;  X, Y: Integer); override;

C++

DYNAMIC void __fastcall MouseUp(System::Uitypes::TMouseButton Button, System::Classes::TShiftState Shift, int X, int Y);

Properties

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

Description

OnMouseUp event dispatcher.

The MouseUp method provides responses to calling the OnMouseUp event when the user releases a previously pressed mouse button while the cursor's hot spot is over the control.


See Also