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
 

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