Constants.vbMsgBoxRight Veld

Definitie

Geeft aan dat tekst rechts wordt uitgelijnd wanneer de MsgBox functie wordt aangeroepen.

public: Microsoft::VisualBasic::MsgBoxStyle vbMsgBoxRight = 524288;
public const Microsoft.VisualBasic.MsgBoxStyle vbMsgBoxRight = 524288;
val mutable vbMsgBoxRight : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbMsgBoxRight As MsgBoxStyle  = 524288

Waarde van veld

Value = 524288

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