Constants.vbInformation Campo

Definición

Indica que se va a mostrar el icono de información cuando se llame a la función MsgBox.

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

Comentarios

Al llamar a la MsgBox función , puede usar la enumeración en el MsgBoxStyle código en lugar de los valores reales. El Buttons argumento toma los miembros de MsgBoxStyle enumeración.

Se aplica a

Consulte también