Constants.vbApplicationModal Feld

Definition

Gibt an, dass das Meldungsfeld beim Aufrufen der MsgBox Funktion als modales Dialogfeld angezeigt wird.

public: Microsoft::VisualBasic::MsgBoxStyle vbApplicationModal = 0;
public const Microsoft.VisualBasic.MsgBoxStyle vbApplicationModal = 0;
val mutable vbApplicationModal : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbApplicationModal As MsgBoxStyle  = 0

Feldwert

Value = 0

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 verwendet die Enumerationsmmber MsgBoxStyle .

Gilt für:

Weitere Informationen