Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ToolBarButtonList Class / ToolBarButtonList Constructor / ToolBarButtonList Constructor(ToolBar)

In This Topic
    ToolBarButtonList Constructor(ToolBar)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal parentToolBar As ToolBar _
    )
    public ToolBarButtonList( 
       ToolBar parentToolBar
    )

    Parameters

    parentToolBar
    See Also