Constants.vbIgnore Field

Definition

Indicates that the Ignore button was clicked in a message box. Returned by the MsgBox function.

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

Field Value

Value = 5

Remarks

When 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.

Applies to

See also