The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Constants::vbIgnore Field
.NET Framework (current version)
Indicates that the Ignore button was clicked in a message box. Returned by the MsgBox function.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
Field Value
Type: Microsoft.VisualBasic::MsgBoxResultWhen you call the MsgBox function, you can use the MsgBoxResult enumeration in your code in place of the actual values.
The MsgBox function returns a MsgBoxResult enumeration value.
.NET Framework
Available since 1.1
Available since 1.1
Show: