Skip to main content

TcxCustomMRUEditProperties.OnButtonClick Event

Occurs when a user clicks the ellipsis (…) button within an MRU editor.

Declaration

property OnButtonClick: TNotifyEvent read; write;

Remarks

The OnButtonClick event allows you to implement specific behavior for an MRU editor when a user clicks the ellipsis button. It is possible to hide the ellipsis button by setting the ShowEllipsis property to False. In this instance, the event is not generated. To handle the situation when a user presses the down-arrow button use the OnPopup event.

See Also