Constants.vbRetryCancel 欄位

定義

表示Retry當呼叫該MsgBox函式時,會顯示 和 Cancel 按鈕。

public: Microsoft::VisualBasic::MsgBoxStyle vbRetryCancel = 5;
public const Microsoft.VisualBasic.MsgBoxStyle vbRetryCancel = 5;
val mutable vbRetryCancel : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbRetryCancel As MsgBoxStyle  = 5

欄位值

Value = 5

備註

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

適用於

另請參閱