API Help
Eplan.EplApi.Gui Namespace / Toolbar Class / ExistsToolbar Method
the name of the toolbar.
is set to true when this is a modifiable custom toolbar.

In This Topic
    ExistsToolbar Method
    In This Topic
    returns true when this toolbar exists
    Syntax
    public bool ExistsToolbar( 
       string strToolbarName,
       ref bool bIsUserToolbar
    )
    public:
    bool ExistsToolbar( 
       String^ strToolbarName,
       bool% bIsUserToolbar
    ) 

    Parameters

    strToolbarName
    the name of the toolbar.
    bIsUserToolbar
    is set to true when this is a modifiable custom toolbar.
    See Also