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 枚举成员。

适用于

另请参阅