Class CheckEditControl
Implements
Inherited Members
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class CheckEditControl : TrueFalseEditControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler
Constructors
CheckEditControl()
Declaration
public CheckEditControl()
Methods
LoadPostData(string, NameValueCollection)
Declaration
public override bool LoadPostData(string postDataKey, NameValueCollection postCollection)
Parameters
| Type | Name | Description |
|---|---|---|
| string | postDataKey | |
| NameValueCollection | postCollection |
Returns
| Type | Description |
|---|---|
| bool |
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | e |
Overrides
RenderEditMode(HtmlTextWriter)
Declaration
protected override void RenderEditMode(HtmlTextWriter writer)
Parameters
| Type | Name | Description |
|---|---|---|
| HtmlTextWriter | writer |
Overrides
RenderViewMode(HtmlTextWriter)
Declaration
protected override void RenderViewMode(HtmlTextWriter writer)
Parameters
| Type | Name | Description |
|---|---|---|
| HtmlTextWriter | writer |