Determine whether the mouse is over a control? (over a Control pixel range)
问题 I'm trying to write a function that should determine whether the mouse is over a range in pixels (the pixel range of a specific Control) The problem is that the function only works for the bounds of the Form , don't work for buttons or any other control that I've tested ...what I'm missing? ''' <summary> ''' Determinates whether the mouse pointer is over a pixel range of the specified control. ''' </summary> ''' <param name="Control">The control.</param> ''' <returns> ''' <c>true</c> if mouse