Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Usage
Dim wdEnableCancelKey1 As WdEnableCancelKey = WdEnableCancelKey.wdCancelDisabled
Syntax
Public Enum WdEnableCancelKey
public enum WdEnableCancelKey
public enum class WdEnableCancelKey
public enum 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. |
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000