Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ToolBar Class / ToolBar Constructor / ToolBar Constructor(ToolBar)
The othe ToolBar object

In This Topic
    ToolBar Constructor(ToolBar)
    In This Topic
    Copy constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal another As ToolBar _
    )
    public ToolBar( 
       ToolBar another
    )

    Parameters

    another
    The othe ToolBar object
    See Also