Share via


WdEnableCancelKey 列挙型

定義

Ctrl + Break キーでマクロを中断できるかどうかを指定します。

public enum class WdEnableCancelKey
[System.Runtime.InteropServices.Guid("A8E563F3-4ACB-3B98-9507-13D0C7421517")]
public enum WdEnableCancelKey
type WdEnableCancelKey = 
Public Enum WdEnableCancelKey
継承
WdEnableCancelKey
属性

フィールド

wdCancelDisabled 0

Prevents CTRL+BREAK from interrupting a macro.

wdCancelInterrupt 1

Allows a macro to be interrupted by CTRL+BREAK.

適用対象