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

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