Vcl.WinXCalendars.TCustomCalendarPicker.DoMouseWheelUp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoMouseWheelUp(Shift: TShiftState; MousePos: TPoint): Boolean; override;

C++

DYNAMIC bool __fastcall DoMouseWheelUp(System::Classes::TShiftState Shift, const System::Types::TPoint &MousePos);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCustomCalendarPicker

Description

Is called when a mouse wheel is scrolled up.

See Also