Constants.vbRetryCancel 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示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 列舉成員。