DotNetNuke 5.2
The IntegerEditControl control provides a standard UI component for editing integer properties.

Namespace:  DotNetNuke.UI.WebControls
Assembly:  DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275

Syntax

C#
public class IntegerEditControl : EditControl
Visual Basic (Declaration)
Public Class IntegerEditControl _
	Inherits EditControl
Visual C++
public ref class IntegerEditControl : public EditControl

Remarks

Inheritance Hierarchy

See Also