Constants.vbMsgBoxSetForeground Veld

Definitie

Geeft aan dat het berichtvak op de voorgrond wordt weergegeven wanneer de MsgBox functie wordt aangeroepen.

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

Waarde van veld

Value = 65536

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