ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / C1ExpressionEditorPanel Class / IsMouseOver Property

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