Constants.vbAbortRetryIgnore 字段

定义

指示在调用 Abort 函数时,将显示 RetryIgnoreMsgBox 按钮。

public: Microsoft::VisualBasic::MsgBoxStyle vbAbortRetryIgnore = 2;
public const Microsoft.VisualBasic.MsgBoxStyle vbAbortRetryIgnore = 2;
val mutable vbAbortRetryIgnore : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbAbortRetryIgnore As MsgBoxStyle  = 2

字段值

Value = 2

注解

调用 MsgBox 函数时,可以在代码中使用 MsgBoxStyle 枚举来代替实际值。 参数 Buttons 采用 MsgBoxStyle 枚举成员。

适用于

另请参阅