Vcl.CategoryButtons.TCategoryButtons.OnMouseWheelDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMouseWheelDown: TMouseWheelUpDownEvent read FOnMouseWheelDown write FOnMouseWheelDown;

C++

__property OnMouseWheelDown;

Properties

Type Visibility Source Unit Parent
event published
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

Description

Occurs when the mouse wheel is rotated downward.

Vcl.CategoryButtons.TCategoryButtons.OnMouseWheelDown inherits from Vcl.Controls.TControl.OnMouseWheelDown. All content below this line refers to Vcl.Controls.TControl.OnMouseWheelDown.

Occurs when the mouse wheel is rotated downward.

Write code in the OnMouseWheelDown event handler to perform actions when the mouse wheel is rotated downward. OnMouseWheelDown occurs only if the message is not already handled in an OnMouseWheel event handler.

OnMouseWheelDown is an event handler of type Vcl.Controls.TMouseWheelUpDownEvent.

See Also