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 (Action)
    In This Topic
    Returns whether an action is enabled
    Syntax

    Parameters

    Parameter NameDescription
    oCallingContextUsed to pass parameters to an action and to receive return values of the action
    strActionWithParametersAction name with parameters
    Remarks
    Is used to enable/disable control bound to the action (usually RibbonCommand)
    See Also