API Help
Eplan.EplApi.Gui Namespace / Toolbar Class / GetCountOfButtons Method
the name of the toolbar.

In This Topic
    GetCountOfButtons Method
    In This Topic
    returns the count of elements of this toolbar. Toolbar can contain two kinds of elements: buttons and separators.
    Syntax
    public int GetCountOfButtons( 
       string strToolbarName
    )
    public:
    int GetCountOfButtons( 
       String^ strToolbarName
    ) 

    Parameters

    strToolbarName
    the name of the toolbar.
    See Also