ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / Designer Class / PromptUser Property

In This Topic
    PromptUser Property (Designer)
    In This Topic
    Determines whether to display a dialog when a control is deleted.
    Syntax
    'Declaration
     
    Public Property PromptUser As Boolean
    public bool PromptUser {get; set;}

    Property Value

    true if a confirmation dialog should be displayed when a control is deleted; otherwise, false.
    Remarks
    If set to true, the dialog is presented when a control is deleted at report design time.
    See Also