Constants.vbAbortRetryIgnore 欄位

定義

表示Abort當函式被呼叫時MsgBox,會顯示 、 RetryIgnore 按鈕。

public: Microsoft::VisualBasic::MsgBoxStyle vbAbortRetryIgnore = 2;
public const Microsoft.VisualBasic.MsgBoxStyle vbAbortRetryIgnore = 2;
val mutable vbAbortRetryIgnore : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbAbortRetryIgnore As MsgBoxStyle  = 2

欄位值

Value = 2

備註

當你呼叫函式時 MsgBox ,你可以在程式碼中用 MsgBoxStyle 列舉來取代實際的值。 該 Buttons 論證取 MsgBoxStyle 列舉成員。

適用於

另請參閱