Constants.vbIgnore Veld

Definitie

Geeft aan dat de Ignore knop is geklikt in een berichtvak. Geretourneerd door de MsgBox functie.

public: Microsoft::VisualBasic::MsgBoxResult vbIgnore = 5;
public const Microsoft.VisualBasic.MsgBoxResult vbIgnore = 5;
val mutable vbIgnore : Microsoft.VisualBasic.MsgBoxResult
Public Const vbIgnore As MsgBoxResult  = 5

Waarde van veld

Value = 5

Opmerkingen

Wanneer u de MsgBox functie aanroept, kunt u de MsgBoxResult opsomming in uw code gebruiken in plaats van de werkelijke waarden.

De MsgBox functie retourneert een MsgBoxResult opsommingswaarde.

Van toepassing op

Zie ook