API Help
Eplan.EplApi.Gui Namespace / Toolbar Class / SetButtonToolTip Method
The name of the toolbar.
The position to add this button. First position is zero

In This Topic
    SetButtonToolTip Method
    In This Topic
    Sets the tooltip of the button.
    Syntax
    public void SetButtonToolTip( 
       string strToolbarName,
       int nAt,
       string strTooltip
    )
    public:
    void SetButtonToolTip( 
       String^ strToolbarName,
       int nAt,
       String^ strTooltip
    ) 

    Parameters

    strToolbarName
    The name of the toolbar.
    nAt
    The position to add this button. First position is zero
    strTooltip
    See Also