API Help
Eplan.EplApi.Base Namespace / IEplProgress Interface / SetAllowCancel Method
true: cancelling is allowed

In This Topic
    SetAllowCancel Method (IEplProgress)
    In This Topic
    This progress supports cancel or not. Disable the close button of a progress when cancel is not allowed!
    Syntax
    void SetAllowCancel( 
       bool bAllow
    )
    void SetAllowCancel( 
       bool bAllow
    ) 

    Parameters

    bAllow
    true: cancelling is allowed
    See Also