Vcl.ExtCtrls.TTrayIcon.OnMouseMove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMouseMove: TMouseMoveEvent read FOnMouseMove write FOnMouseMove;

C++

__property OnMouseMove;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TTrayIcon

Description

Occurs when the user moves the mouse pointer while the mouse pointer is over the tray icon.

Vcl.ExtCtrls.TTrayIcon.OnMouseMove inherits from Vcl.ExtCtrls.TCustomTrayIcon.OnMouseMove. All content below this line refers to Vcl.ExtCtrls.TCustomTrayIcon.OnMouseMove.

Occurs when the user moves the mouse pointer while the mouse pointer is over the tray icon.

OnMouseMove is an event handler of type Vcl.Controls.TMouseMoveEvent.

See Also