Constants.vbMsgBoxRtlReading 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示调用函数时 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 枚举成员。