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

In This Topic
    Insert Method (ToolBarButtonList)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal value As ToolBarButton _
    ) 
    public void Insert( 
       int index,
       ToolBarButton value
    )

    Parameters

    index
    value
    See Also