Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1Menu Class / IsMouseOver Property

In This Topic
    IsMouseOver Property (C1Menu)
    In This Topic
    Gets a value indicating whether the mouse pointer is located over this element.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsMouseOver As Boolean
    public bool IsMouseOver {get;}
    See Also