Constants.vbMsgBoxSetForeground 字段

定义

指示在调用 MsgBox 函数时,将在前台显示消息框。

public: Microsoft::VisualBasic::MsgBoxStyle vbMsgBoxSetForeground = 65536;
public const Microsoft.VisualBasic.MsgBoxStyle vbMsgBoxSetForeground = 65536;
val mutable vbMsgBoxSetForeground : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbMsgBoxSetForeground As MsgBoxStyle  = 65536

字段值

Value = 65536

注解

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

适用于

另请参阅