Constants.vbCancel Veld

Definitie

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

public: Microsoft::VisualBasic::MsgBoxResult vbCancel = 2;
public const Microsoft.VisualBasic.MsgBoxResult vbCancel = 2;
val mutable vbCancel : Microsoft.VisualBasic.MsgBoxResult
Public Const vbCancel As MsgBoxResult  = 2

Waarde van veld

Value = 2

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