Article | 41023794 |
Type | HowTo |
Product | Engine |
Version | 5.0.1.1034 |
Date Added | 11/24/2004 |
Submitted by | Bryan Wihte |
Keywords |
At the moment, with several VectorDraw controls on a form, I can have mouse pointers in each one. I would like to set MousePointer property to -1 ("None") when the mouse leaves the control. I tried setting MouseEnter & MouseLeave event handlers, but these don't seem to be available. (I do change the MousePointer as it passes over objects of interest okay).
What do you suggest to erase incorrect mouse pointers?