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

In This Topic
    AddRange Method (ToolBarButtonList)
    In This Topic
    Syntax
    'Declaration
     
    Public Function AddRange( _
       ByVal value As IEnumerable(Of ToolBarButton) _
    ) As Integer
    public int AddRange( 
       IEnumerable<ToolBarButton> value
    )

    Parameters

    value
    See Also