Constants.vbApplicationModal Veld

Definitie

Geeft aan dat het berichtvak wordt weergegeven als een modaal dialoogvenster wanneer de MsgBox functie wordt aangeroepen.

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

Waarde van veld

Value = 0

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