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 列舉成員。

適用於

另請參閱