PerformActionOptions
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
PerformActionOptions
Use these constants with the ApplicationMgr.SaveOnClose , and ApplicationMgr.PromptForOverwrite properties to specify whether to perform an action.
- PerformActionOption_No –(Value: 1) Specifies to not perform an action.
- PerformActionOption_Prompt –(Value: 2) Specifies to prompt the user to determine whether to perform an action.
- PerformActionOption_Yes –(Value: 0) Specifies to perform an action without prompting the user.