Class ConfirmDeleteDialog
Inherited Members
Namespace: SuperOffice.CRM.Web.UI.Controls
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class ConfirmDeleteDialog : YesToAllDialog, IControl, ILayout, IDatabindingMode, IHasSchema, INamingContainer
Constructors
ConfirmDeleteDialog(String)
Declaration
public ConfirmDeleteDialog(string linkHint)
Parameters
| Type | Name | Description |
|---|---|---|
| String | linkHint |
Properties
DisplayNeverShowAgainCheckBox
Declaration
public bool DisplayNeverShowAgainCheckBox { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Methods
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
| Type | Name | Description |
|---|---|---|
| HtmlTextWriter | writer |