Constants.vbMsgBoxSetForeground Feld

Definition

Gibt an, dass das Meldungsfeld im Vordergrund angezeigt wird, wenn die MsgBox Funktion aufgerufen wird.

public: Microsoft::VisualBasic::MsgBoxStyle vbMsgBoxSetForeground = 65536;
public const Microsoft.VisualBasic.MsgBoxStyle vbMsgBoxSetForeground = 65536;
val mutable vbMsgBoxSetForeground : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbMsgBoxSetForeground As MsgBoxStyle  = 65536

Feldwert

Value = 65536

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