Returns true if the mouse is over the control.

Namespace:  C1.Xaml.DateTimeEditors
Assembly:  C1.Xaml.DateTimeEditors (in C1.Xaml.DateTimeEditors.dll)

Syntax

C#
public bool IsMouseOver { get; internal set; }
Visual Basic
Public Property IsMouseOver As Boolean
	Get
	Friend Set

See Also