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

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