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

In This Topic
    vbMsgBoxSetForeground Field
    In This Topic
    Specifies that the message box should appear in the foreground. This style ensures that the message box is displayed in the foreground, making it immediately visible to the user.
    Syntax
    'Declaration
     
    Public Const vbMsgBoxSetForeground As MsgBoxStyle
    public const MsgBoxStyle vbMsgBoxSetForeground
    See Also