Share via


Constants.vbSystemModal フィールド

定義

MsgBox 関数を呼び出すときに、メッセージ ボックスがモーダル ダイアログ ボックスとして表示されることを示します。

public: Microsoft::VisualBasic::MsgBoxStyle vbSystemModal = 4096;
public const Microsoft.VisualBasic.MsgBoxStyle vbSystemModal = 4096;
val mutable vbSystemModal : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbSystemModal As MsgBoxStyle  = 4096

フィールド値

Value = 4096

注釈

関数を MsgBox 呼び出すときは、実際の値の MsgBoxStyle 代わりに、コードで 列挙型を使用できます。 引数は Buttons 列挙メンバーを MsgBoxStyle 受け取ります。

適用対象

こちらもご覧ください