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 列舉成員。

適用於

另請參閱