共用方式為


Visual Basic 6.0 使用者可用的 MsgBox Style 常數

更新:2007 年 11 月

下表顯示 Visual Basic 6.0 的 MsgBox Style 常數及其 Visual Basic 2008 對等用法。

注意事項:

考量到回溯相容性 (Backward Compatibility),您仍然可以在 Visual Basic 2008 程式碼中使用 Visual Basic 6.0 的 MsgBox Style 常數。如需詳細資訊,請參閱 MsgBoxStyle 列舉型別

Visual Basic 6.0

Visual Basic 2008 對等用法

vbOKOnly

MsgBoxStyle.OKOnly

vbOKCancel

MsgBoxStyle.OKCancel

vbAbortRetryIgnore

MsgBoxStyle.AbortRetryIgnore

vbYesNoCancel

MsgBoxStyle.YesNoCancel

vbYesNo

MsgBoxStyle.YesNo

vbRetryCancel

MsgBoxStyle.RetryCancel

vbCritical

MsgBoxStyle.Critical

vbQuestion

MsgBoxStyle.Question

vbExclamation

MsgBoxStyle.Exclamation

vbInformation

MsgBoxStyle.Information

vbDefaultButton1

MsgBoxStyle.DefaultButton1

vbDefaultButton2

MsgBoxStyle.DefaultButton2

vbDefaultButton3

MsgBoxStyle.DefaultButton3

vbDefaultButton4

沒有對等用法

vbApplicationModal

MsgBoxStyle.ApplicationModal

vbSystemModal

MsgBoxStyle.SystemModal

vbMsgBoxHelpButton

MsgBoxStyle.MsgBoxHelp

vbMsgBoxRight

MsgBoxStyle.MsgBoxRight

vbMsgBoxRtlReading

MsgBoxStyle.MsgBoxRtlReading

vbMsgBoxSetForeground

MsgBoxStyle.MsgBoxSetForeground

請參閱

參考

MsgBoxStyle 列舉型別

其他資源

Visual Basic 6.0 使用者可用的常數對等用法

Visual Basic 的常數和列舉型別