I assign a BrushTool image from a TIEBitmap:
ImageEnView1.BrushTool.BrushImage.Assign(IEBitmap);
This works well, and the BrushTool mouse pointer marks the insertion point:
![](attach/PeterPanino/202210965457_BrushToolMousePointer.png)
My question is: Instead of the EMPTY BrushTool mouse pointer, is it possible to have the current BrushTool.BrushImage as the BrushTool mouse pointer, for example:
![](attach/PeterPanino/20221097042_RealisticBrushToolMousePointer.png)
This would be very convenient for the end-user, as she can SEE the real thing she is about to insert.