Constants.vbAbortRetryIgnore Campo

Definición

Indica que se van a mostrar los botones Abort, Retry e Ignore cuando se llame a la función MsgBox.

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

Valor de campo

Value = 2

Comentarios

Al llamar a la MsgBox función , puede usar la enumeración en el MsgBoxStyle código en lugar de los valores reales. El Buttons argumento toma los miembros de MsgBoxStyle enumeración.

Se aplica a

Consulte también