TdxRibbonGalleryGroupItem.OnMouseMove Event
Occurs when an end-user moves the mouse pointer over the current gallery item that is currently enabled.
Declaration
property OnMouseMove: TMouseMoveEvent read; write;
Remarks
The Sender parameter provides access to the gallery item.
The Shift parameter determines the state of the Alt, Ctrl, and Shift keys and the state of the mouse buttons.
The X and Y parameters are the coordinates of the mouse pointer within the gallery item.
To respond to clicking the enabled gallery item, handle the OnClick, OnMouseDown, and OnMouseUp events.
See Also