Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / C1ColorButton Class / IsMouseOver Property

In This Topic
    IsMouseOver Property (C1ColorButton)
    In This Topic
    Gets or sets a value indicating whether the mouse over is over this control.
    Syntax
    'Declaration
     
    
    Public Property IsMouseOver As Boolean
    public bool IsMouseOver {get; set;}
    See Also