Constants.vbYesNoCancel 字段

定义

指示在调用 Yes 函数时,将显示 NoCancelMsgBox 按钮。

public: Microsoft::VisualBasic::MsgBoxStyle vbYesNoCancel = 3;
public const Microsoft.VisualBasic.MsgBoxStyle vbYesNoCancel = 3;
val mutable vbYesNoCancel : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbYesNoCancel As MsgBoxStyle  = 3

字段值

Value = 3

注解

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

适用于

另请参阅