Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonBar Class / UnregisterCommand Method / UnregisterCommand(String,String,String) Method
Object which are used as a template for a new ribbon command
The name of the tab
The name of the command group

In This Topic
    UnregisterCommand(String,String,String) Method
    In This Topic
    Removes a command from the ribbon. If the ribbon doesn't exist yet, the command will be removed after the system start is finished
    Syntax

    Parameters

    strActionCommandLine
    Object which are used as a template for a new ribbon command
    tabName
    The name of the tab
    commandGroupName
    The name of the command group
    Remarks
    If tabName or commandGroupName is empty, the command is removed from the command group Extensions->API
    See Also