Constants.vbMsgBoxRight 字段

定义

指示在调用 MsgBox 函数时,将使文本右对齐。Indicates that text will be right-aligned when the MsgBox function is called.

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

字段值

MsgBoxStyle

注解

调用 MsgBox 函数时,可以 MsgBoxStyle 在代码中使用枚举来替换实际值。When you call the MsgBox function, you can use the MsgBoxStyle enumeration in your code in place of the actual values. Buttons参数采用 MsgBoxStyle 枚举成员。The Buttons argument takes the MsgBoxStyle enumeration members.

适用于

另请参阅