Constants.vbExclamation Veld

Definitie

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

public: Microsoft::VisualBasic::MsgBoxStyle vbExclamation = 48;
public const Microsoft.VisualBasic.MsgBoxStyle vbExclamation = 48;
val mutable vbExclamation : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbExclamation As MsgBoxStyle  = 48

Waarde van veld

Value = 48

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