Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonCommandGroup Class / AddCommand Method / AddCommand(String,String,RibbonIcon) Method
Text that is set at a button
Command line of the action
Ribbon icon object which are used to create icon based on it

In This Topic
    AddCommand(String,String,RibbonIcon) Method
    In This Topic
    Adds new command to the command group
    Syntax

    Parameters

    strButtonText
    Text that is set at a button
    strActionCommandLine
    Command line of the action
    icon
    Ribbon icon object which are used to create icon based on it

    Return Value

    Created command, or null if nothing was created
    Remarks
    The method can add a command only to a custom group.
    See Also