Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRibbonGalleryGroupItem.OnMouseMove Event

In This Article

Occurs when an end-user moves the mouse pointer over the current gallery item that is currently enabled.

#Declaration

Delphi
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