Constants::vbNo Field
.NET Framework (current version)
Indicates that the No 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: