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

In This Topic
    vbOKOnly Field
    In This Topic
    Specifies that the message box should display only the OK button. This is the default button configuration.
    Syntax
    'Declaration
     
    Public Const vbOKOnly As MsgBoxStyle
    public const MsgBoxStyle vbOKOnly
    See Also