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

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