TcxCustomTabControl.OnPaintDragImage Event
Enables you to customize the tab drag image.
Declaration
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