次の方法で共有


MsgBox Style 定数 (Visual Basic 6.0 ユーザー向け)

更新 : 2007 年 11 月

次の表は、Visual Basic 6.0 の MsgBox Style 定数、および対応する Visual Basic 2008 の定数を示しています。

6xbh3ya4.alert_note(ja-jp,VS.90).gifメモ :

下位互換性を維持するため、Visual Basic 6.0 の MsgBox Style 定数は Visual Basic 2008 のコードでも使用できます。詳細については、「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 の定数と列挙体