Event DSPreviewProps.TVLDSBasicVideoPreview.OnMouseMove
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLDSBasicVideoPreview
Contents |
Syntax
Delphi:
property OnMouseMove : TMouseMoveEvent read FOnMouseMove write FOnMouseMove;
C++ Builder:
__property TMouseMoveEvent OnMouseMove = { read=FOnMouseMove, write=FOnMouseMove };
Summary
Occurs when the user moves the mouse pointer while the mouse pointer is over a control.
Description
Use the OnMouseMove event handler to respond when the mouse
pointer moves after the control has captured the mouse.
Use the Shift parameter of the OnMouseDown event handler, to determine to the state of the shift keys and mouse buttons. Shift keys are the Shift, Ctrl, and Alt keys or shift key-mouse button combinations. X and Y are pixel coordinates of the new location of the mouse pointer in the client area of the Sender.