WdEnableCancelKey Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether CTRL+BREAK can or cannot interrupt a macro
public enum class WdEnableCancelKey
[System.Runtime.InteropServices.Guid("A8E563F3-4ACB-3B98-9507-13D0C7421517")]
public enum WdEnableCancelKey
type WdEnableCancelKey =
Public Enum WdEnableCancelKey
- Inheritance
-
WdEnableCancelKey
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdCancelDisabled | 0 | Prevents CTRL+BREAK from interrupting a macro. |
wdCancelInterrupt | 1 | Allows a macro to be interrupted by CTRL+BREAK. |