In that case you could simply check the the color of the point the mouse is over in the MouseMove event.Originally Posted by jeffow
VB Code:
If UserControl.Point(X, Y) = Shape1.FillColor Then 'do whatever End If
|
Results 1 to 12 of 12
Thread: Oval UserControlThreaded View
|
Click Here to Expand Forum to Full Width |