Share via


Constants.vbCritical 字段

定义

指示在调用 MsgBox 函数时,将显示关键消息图标。

public: Microsoft::VisualBasic::MsgBoxStyle vbCritical = 16;
public const Microsoft.VisualBasic.MsgBoxStyle vbCritical = 16;
val mutable vbCritical : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbCritical As MsgBoxStyle  = 16

字段值

Value = 16

注解

调用 MsgBox 函数时,可以在代码中使用 MsgBoxStyle 枚举来代替实际值。 参数 Buttons 采用 MsgBoxStyle 枚举成员。

适用于

另请参阅