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

In This Topic
    AddRange Method (ToolBarButtonList)
    In This Topic
    Adds the elements of the specified collection to the end of the ObservableCollection(Of T).
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal buttons As IEnumerable(Of ToolBarButton) _
    ) 
    public void AddRange( 
       IEnumerable<ToolBarButton> buttons
    )

    Parameters

    buttons
    See Also