Constants.vbAbortRetryIgnore フィールド

定義

Abort 関数を呼び出すときに、[Retry]、[Ignore]、および [MsgBox] の各ボタンが表示されることを示します。

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 受け取ります。

適用対象

こちらもご覧ください