Constants.vbExclamation Feld

Definition

Gibt an, dass das Ausrufezeichensymbol angezeigt wird, wenn die MsgBox-Funktion aufgerufen wird.

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

Feldwert

Value = 48

Hinweise

Wenn Sie die MsgBox Funktion aufrufen, können Sie die MsgBoxStyle -Enumeration in Ihrem Code anstelle der tatsächlichen Werte verwenden. Das Buttons Argument akzeptiert die Enumerationsmember MsgBoxStyle .

Gilt für:

Weitere Informationen