Skip to main content

TdxRibbonGalleryGroupItem.OnMouseUp Event

Occurs when an end-user releases a mouse button that was pressed and the mouse pointer is located over the current gallery item.

Declaration

property OnMouseUp: TMouseEvent read; write;

Remarks

This event is fired in response to clicking the gallery item that is currently enabled.

The Sender parameter provides access to the gallery item.

The Button parameter identifies the mouse button being released.

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 perform specific actions when an end-user presses a mouse button, handle the OnMouseDown event.

See Also