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

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