Constants.vbMsgBoxRtlReading 欄位

定義

指出在呼叫 MsgBox 函式時,閱讀文字將從右至左顯示 (希伯拉伯文系統)。

public: Microsoft::VisualBasic::MsgBoxStyle vbMsgBoxRtlReading = 1048576;
public const Microsoft.VisualBasic.MsgBoxStyle vbMsgBoxRtlReading = 1048576;
val mutable vbMsgBoxRtlReading : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbMsgBoxRtlReading As MsgBoxStyle  = 1048576

欄位值

Value = 1048576

備註

當您呼叫 函式時 MsgBox ,您可以在程式代碼中使用 MsgBoxStyle 列舉來取代實際值。 自 Buttons 變數會接受 MsgBoxStyle 列舉成員。

適用於

另請參閱