API Help
Eplan.EplApi.Gui Namespace / Toolbar Class / CreateCustomToolbar Method
the name of the toolbar. It has to be unique.
the toolbar gets docked or should float.
when docked, the toolbar is added in this row. (Starting at 0)
when docked, the toolbar is added in this col. (Starting at 0)
when docked, add a new row for this toolbar.

In This Topic
    CreateCustomToolbar Method
    In This Topic
    creates a user toolbar
    Syntax

    Parameters

    strToolbarName
    the name of the toolbar. It has to be unique.
    eDockPos
    the toolbar gets docked or should float.
    nRow
    when docked, the toolbar is added in this row. (Starting at 0)
    nCol
    when docked, the toolbar is added in this col. (Starting at 0)
    bNewRow
    when docked, add a new row for this toolbar.
    Remarks
    the row for a top docked toolbar is counted from top to bottom, for a left docked toolbar from left to right ...
    See Also