Constants.vbRetryCancel Campo

Definição

Indica que os botões Retry e Cancel serão exibidos quando a função MsgBox for chamada.Indicates that the Retry and Cancel buttons will be displayed when the MsgBox function is called.

public: Microsoft::VisualBasic::MsgBoxStyle vbRetryCancel = 5;
public const Microsoft.VisualBasic.MsgBoxStyle vbRetryCancel = 5;
val mutable vbRetryCancel : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbRetryCancel As MsgBoxStyle  = 5

Valor do campo

MsgBoxStyle

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.

Aplica-se a

Confira também