Constants.vbAbortRetryIgnore Campo
Definição
Indica se os botões Abort, Retry e Ignore serão exibidos quando a função MsgBox for chamada.Indicates that the Abort, Retry, and Ignore buttons will be displayed when the MsgBox function is called.
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 do campo
Comentários
Ao chamar a função MsgBox, você pode usar a enumeração MsgBoxStyle no código em lugar dos valores reais.When you call the MsgBox function, you can use the MsgBoxStyle enumeration in your code in place of the actual values. O Buttons argumento usa os MsgBoxStyle membros da enumeração.The Buttons argument takes the MsgBoxStyle enumeration members.