Class YesToAllDialog
Inheritance
YesToAllDialog
Assembly: SuperOffice.DCFWeb.dll
Syntax
public class YesToAllDialog : SoDialogBase, IControl, ILayout, IDatabindingMode, IHasSchema, INamingContainer
Constructors
YesToAllDialog()
Declaration
Properties
DisplayNo
Declaration
public bool DisplayNo { get; set; }
Property Value
DisplayYesToAll
Declaration
public bool DisplayYesToAll { get; set; }
Property Value
EnableNo
Declaration
public bool EnableNo { get; set; }
Property Value
EnableYesToAll
Declaration
public bool EnableYesToAll { get; set; }
Property Value
Methods
Declaration
public void AddStandardButtons()
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Overrides
Implements