Constants::vbRetry Field

 

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

Namespace:   Microsoft.VisualBasic
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public:
literal MsgBoxResult vbRetry

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.

.NET Framework
Available since 1.1
Return to top
Show: