WdEnableCancelKey Enumeration
Specifies whether CTRL+BREAK can or cannot interrupt a macro
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdEnableCancelKey
'Usage
Dim instance As WdEnableCancelKey
public enum WdEnableCancelKey
Members
Member name | Description | |
---|---|---|
wdCancelDisabled | Prevents CTRL+BREAK from interrupting a macro. | |
wdCancelInterrupt | Allows a macro to be interrupted by CTRL+BREAK. |