[]
Gets or sets a value indicating whether to display a confirmation dialog when a control is deleted.
public bool PromptUser { get; set; }
Type | Description |
---|---|
bool |
|
This property allows the user to enable or disable confirmation dialogs for control deletion, providing a way to prevent accidental removal of controls.