ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Constants Class / vbYes Field

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