Class IntegerEditControl
Implements
Inherited Members
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class IntegerEditControl : EditControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler
Constructors
IntegerEditControl()
Declaration
public IntegerEditControl()
Properties
IntegerValue
Declaration
protected int IntegerValue { get; }
Property Value
| Type | Description |
|---|---|
| int |
OldIntegerValue
Declaration
protected int OldIntegerValue { get; }
Property Value
| Type | Description |
|---|---|
| int |
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 |