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

In This Topic
    vbInformation Field
    In This Topic
    Specifies that the message box should be displayed with an Information icon, indicating a message that conveys information.
    Syntax
    'Declaration
     
    Public Const vbInformation As MsgBoxStyle
    public const MsgBoxStyle vbInformation
    See Also