PerformActionOptions
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
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.