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

In This Topic
    GetButtonToolTip Method
    In This Topic
    Returns the tooltip from the button
    Syntax
    public string GetButtonToolTip( 
       string strToolbarName,
       int nAt
    )
    public:
    String^ GetButtonToolTip( 
       String^ strToolbarName,
       int nAt
    ) 

    Parameters

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