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

In This Topic
    vbOKCancel Field
    In This Topic
    Specifies that the message box should display both the OK and Cancel buttons, allowing the user to cancel the operation.
    Syntax
    'Declaration
     
    Public Const vbOKCancel As MsgBoxStyle
    public const MsgBoxStyle vbOKCancel
    See Also