Constants.vbApplicationModal Feld

Definition

Gibt an, dass das Meldungsfeld als modales Dialogfeld angezeigt wird, wenn die MsgBox-Funktion aufgerufen 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 im Code anstelle der tatsächlichen Werte verwenden. Das Buttons Argument übernimmt die Enumerationsmember MsgBoxStyle .

Gilt für:

Weitere Informationen