Constants.vbQuestion Campo

Definição

Indica que o ícone de interrogação será exibido quando a função MsgBox for chamada.Indicates that the question icon will be displayed when the MsgBox function is called.

public: Microsoft::VisualBasic::MsgBoxStyle vbQuestion = 32;
public const Microsoft.VisualBasic.MsgBoxStyle vbQuestion = 32;
val mutable vbQuestion : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbQuestion As MsgBoxStyle  = 32

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