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

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