Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ToolBarButtonList Class / Item Property

In This Topic
    Item Property (ToolBarButtonList)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As ToolBarButton
    public ToolBarButton this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also