API Help
Eplan.EplApi.Gui Namespace / Toolbar Class / GetButtonAction Method
the name of the toolbar.
the index of the button. Starts with zero.

In This Topic
GetButtonAction Method
In This Topic
returns the action for a button in this toolbar. When this button has a persistent button id, the buton has no Action but simple the persistent id. When this is a button added by the customer, the action is not empty.
Syntax
public string GetButtonAction( 
   string strToolbarName,
   int nIndex
)

Parameters

strToolbarName
the name of the toolbar.
nIndex
the index of the button. Starts with zero.
See Also