Constants.vbMsgBoxHelp 字段

定义

指示在调用 Help 函数时,将显示 MsgBox 按钮。Indicates that the Help button will be displayed when the MsgBox function is called.

public: Microsoft::VisualBasic::MsgBoxStyle vbMsgBoxHelp = 16384;
public const Microsoft.VisualBasic.MsgBoxStyle vbMsgBoxHelp = 16384;
val mutable vbMsgBoxHelp : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbMsgBoxHelp As MsgBoxStyle  = 16384

字段值

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.

适用于

另请参阅