Constants.vbInformation Campo

Definição

Indica que o ícone de informação será exibido quando a MsgBox função 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 de Campo

Value = 64

Observações

Quando chamas a MsgBox função, podes usar a MsgBoxStyle enumeração no teu código em vez dos valores reais. O Buttons argumento toma os MsgBoxStyle membros da enumeração.

Aplica-se a

Ver também