Constants.vbMsgBoxRight フィールド

定義

MsgBox関数が呼び出されたときにテキストが右揃えされることを示します。

public: Microsoft::VisualBasic::MsgBoxStyle vbMsgBoxRight = 524288;
public const Microsoft.VisualBasic.MsgBoxStyle vbMsgBoxRight = 524288;
val mutable vbMsgBoxRight : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbMsgBoxRight As MsgBoxStyle  = 524288

フィールド値

Value = 524288

注釈

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

適用対象

こちらもご覧ください