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:
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:
This would be very convenient for the end-user, as she can SEE the real thing she is about to insert.