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

In This Topic
    vbRetryCancel Field
    In This Topic
    Specifies that the message box should display Retry and Cancel buttons, offering the option to retry an operation or cancel it.
    Syntax
    'Declaration
     
    Public Const vbRetryCancel As MsgBoxStyle
    public const MsgBoxStyle vbRetryCancel
    See Also