Constants.vbInformation Veld

Definitie

Geeft aan dat het informatiepictogram wordt weergegeven wanneer de MsgBox functie wordt aangeroepen.

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

Waarde van veld

Value = 64

Opmerkingen

Wanneer u de MsgBox functie aanroept, kunt u de MsgBoxStyle opsomming in uw code gebruiken in plaats van de werkelijke waarden. Het Buttons argument neemt de MsgBoxStyle opsommingsleden.

Van toepassing op

Zie ook