DotNetNuke 5.2
The TrueFalseEditControl control provides a standard UI component for editing true/false (boolean) properties.

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

Syntax

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

Remarks

Inheritance Hierarchy

See Also