MouseOver Property
DirectX Only
Determines whether the mouse is directly over a control. If the mouse is over a child control, MouseOver will be false.
MouseOver is useful when MouseEnter/Leave code is being run to change the appearance of a control, but other factors are also affecting the control's state.
True
The mouse is directly over the control
False
The mouse is not directly over the control