ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1DatePicker Class / IsPointerOver Property

In This Topic
    IsPointerOver Property (C1DatePicker)
    In This Topic
    Returns true if the pointer is over the control.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsPointerOver As System.Boolean
    public System.bool IsPointerOver {get;}
    See Also