Compartilhar via


Constants.vbInformation Campo

Definição

Indica que o ícone de informações será exibido quando a função MsgBox for chamada.

public: Microsoft::VisualBasic::MsgBoxStyle vbInformation = 64;
public const Microsoft.VisualBasic.MsgBoxStyle vbInformation = 64;
val mutable vbInformation : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbInformation As MsgBoxStyle  = 64

Valor do campo

Value = 64

Comentários

Ao chamar a função MsgBox, você pode usar a enumeração MsgBoxStyle no código em lugar dos valores reais. O Buttons argumento usa os membros de MsgBoxStyle enumeração.

Aplica-se a

Confira também