API Help
Eplan.EplApi.Base Namespace / Decider Class / Decide Method / Decide(EnumDecisionType,String,String,EnumDecisionReturn,EnumDecisionReturn) Method
The type of the decider
The text to show in the window.
The title of the window
A default decision, this one is preselected in the dialog.
The decision taken when no dialogs are allowed. used in quiet mode.

In This Topic
    Decide(EnumDecisionType,String,String,EnumDecisionReturn,EnumDecisionReturn) Method
    In This Topic
    Decide shows the dialog. When the application id in quiet mode, the batch decision is returned. The icon used is an EXCLAMATION.
    Syntax

    Parameters

    type
    The type of the decider
    strText
    The text to show in the window.
    strTitle
    The title of the window
    eDefaultDecision
    A default decision, this one is preselected in the dialog.
    eBatchDecision
    The decision taken when no dialogs are allowed. used in quiet mode.

    Return Value

    The return value includes the pressed button or error.
    See Also