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

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