ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1StopsSlider Class / AllowRemoving Property

In This Topic
    AllowRemoving Property
    In This Topic
    Gets or sets whether new stops can be removed by pressing Del key.
    Syntax
    'Declaration
     
    
    Public Property AllowRemoving As Boolean
    public bool AllowRemoving {get; set;}
    See Also