Class TrueFalseEditControl
Implements
Inherited Members
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class TrueFalseEditControl : EditControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler
Constructors
TrueFalseEditControl()
Declaration
public TrueFalseEditControl()
Properties
BooleanValue
Declaration
protected bool BooleanValue { get; }
Property Value
| Type | Description |
|---|---|
| bool |
OldBooleanValue
Declaration
protected bool OldBooleanValue { get; }
Property Value
| Type | Description |
|---|---|
| bool |
StringValue
Declaration
protected override string StringValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
OnDataChanged(EventArgs)
Declaration
protected override void OnDataChanged(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | e |
Overrides
RenderEditMode(HtmlTextWriter)
Declaration
protected override void RenderEditMode(HtmlTextWriter writer)
Parameters
| Type | Name | Description |
|---|---|---|
| HtmlTextWriter | writer |