Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonBar Class / AddTab Method / AddTab(String) Method
Name of a new tab

In This Topic
    AddTab(String) Method
    In This Topic
    Adds a new tab to the ribbon
    Syntax
    public RibbonTab AddTab( 
       string strTabName
    )
    public:
    RibbonTab^ AddTab( 
       String^ strTabName
    ) 

    Parameters

    strTabName
    Name of a new tab

    Return Value

    Created tab, or null if nothing was created
    See Also