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

In This Topic
    SetItem Method (ToolBarButtonList)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub SetItem( _
       ByVal index As Integer, _
       ByVal item As ToolBarButton _
    ) 
    protected override void SetItem( 
       int index,
       ToolBarButton item
    )

    Parameters

    index
    item
    See Also