Constants.vbInformation フィールド

定義

MsgBox 関数を呼び出すときに、情報アイコンが表示されることを示します。

public: Microsoft::VisualBasic::MsgBoxStyle vbInformation = 64;
public const Microsoft.VisualBasic.MsgBoxStyle vbInformation = 64;
val mutable vbInformation : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbInformation As MsgBoxStyle  = 64

フィールド値

Value = 64

注釈

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

適用対象

こちらもご覧ください