ActiveReports Developer 7
PromptUser Property
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : PromptUser Property

Glossary Item Box

Determines whether to display a dialog when a control is deleted.

Syntax

Visual Basic (Declaration) 
Public Property PromptUser As System.Boolean
C# 
public System.bool PromptUser {get; set;}

Remarks

If set to true, the dialog is presented when a control is deleted at report design time.

See Also