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

In This Topic
    vbSystemModal Field
    In This Topic
    Specifies that the message box is system modal, meaning it will stay on top of all applications and require user interaction before the user can continue with any application on the system. This style makes the message box block input to all windows on the system.
    Syntax
    'Declaration
     
    Public Const vbSystemModal As MsgBoxStyle
    public const MsgBoxStyle vbSystemModal
    See Also