Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonBar Class / AddDelayedAction Method
The action object to be executed

In This Topic
    AddDelayedAction Method
    In This Topic
    Calls an action object on the ribbon. If the ribbon doesn't exist yet, the action will be executed after the system start is finished
    Syntax
    public void AddDelayedAction( 
       Action<RibbonBar> action
    )
    public:
    void AddDelayedAction( 
       Action<RibbonBar^>^ action
    ) 

    Parameters

    action
    The action object to be executed
    See Also