WdEnableCancelKey Enum

Definition

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

wdCancelDisabled 0

Prevents CTRL+BREAK from interrupting a macro.

wdCancelInterrupt 1

Allows a macro to be interrupted by CTRL+BREAK.

Applies to