ComponentOne ColorPicker for WPF
C1.WPF.ColorPicker Namespace / C1ColorButton Class / IsMouseOver Property

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