Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / Action Class / GetEnabled Method
Used to pass parameters to an action and to receive return values of the action
Action name with parameters

In This Topic
    GetEnabled Method
    In This Topic
    Returns whether an action is enabled
    Syntax

    Parameters

    oCallingContext
    Used to pass parameters to an action and to receive return values of the action
    strActionWithParameters
    Action name with parameters
    Remarks
    Is used to enable/dissable control bound to the action (usually RibbonCommand)
    See Also