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

TcxCustomTabControl.OnPaintDragImage Event

In This Article

Enables you to customize the tab drag image.

#Declaration

Delphi
property OnPaintDragImage: TcxPCPaintDragImageEvent read; write;

#Remarks

Fires when an end-user begins to drag a tab.

Sender specifies the page/tab control.

ABitmap specifies the drag image to be painted.

ADone specifies whether an image specified by ABitmap is painted. Set ADone to True, to paint the image specified by ABitmap. Otherwise, an image specified by the control’s Properties.DragImage property will be painted, or default painting will be performed.

See Also