UIControlIsMouseOver Property |
Namespace: DigitalRune.Game.UI.Controls
Use IsMouseDirectlyOver to check if the mouse is over this control but not over a visual child.
IsMouseOver is set automatically before the input is handled (before OnHandleInput(InputContext)) and IsMouseDirectlyOver is set after all visual children have handled the input.