MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Constants Class / vbNo Field

In This Topic
vbNo Field
In This Topic
Represents the No button on a message box. This constant is returned by the MsgBox function to indicate that the No button was pressed.
Syntax
'Declaration
 
Public Const vbNo As MsgBoxResult
 
See Also