Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ToolBarButtonList Class / RemoveRange Method

In This Topic
    RemoveRange Method (ToolBarButtonList)
    In This Topic
    Removes the first occurence of each item in the specified collection from ObservableCollection(Of T).
    Syntax
    'Declaration
     
    Public Sub RemoveRange( _
       ByVal buttons As IEnumerable(Of ToolBarButton) _
    ) 
    public void RemoveRange( 
       IEnumerable<ToolBarButton> buttons
    )

    Parameters

    buttons
    See Also