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

    Parameter NameDescription
    strActionCommandLineObject which are used as a template for a new ribbon command
    tabNameThe name of the tab
    commandGroupNameThe name of the command group
    Remarks
    If tabName or commandGroupName is empty, the command is removed from the command group Extensions->API
    See Also