API Help
Eplan.EplApi.Gui Namespace / Toolbar Class / AddButton Method / AddButton(String,Int32,String,String,String) Method
the name of the toolbar.
The position to add this button. First position is zero
the action of the button.
the picture file of the button.

In This Topic
    AddButton(String,Int32,String,String,String) Method
    In This Topic
    add a new button to the custom toolbar
    Syntax

    Parameters

    strToolbarName
    the name of the toolbar.
    nAt
    The position to add this button. First position is zero
    strAction
    the action of the button.
    strPictureFile
    the picture file of the button.
    strTooltip
    See Also