Constants.vbAbortRetryIgnore Feld

Definition

Gibt an, dass die Schaltflächen Abort, Retry und Ignore angezeigt werden, wenn die MsgBox-Funktion aufgerufen wird.

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

Feldwert

Value = 2

Hinweise

Wenn Sie die MsgBox Funktion aufrufen, können Sie die MsgBoxStyle Enumeration im Code anstelle der tatsächlichen Werte verwenden. Das Buttons Argument übernimmt die Enumerationsmember MsgBoxStyle .

Gilt für:

Weitere Informationen