PowerWEB LiveControls for ASP.NET
LiveCheckBox Class
Members  See Also  Send comments on this topic.
Dart.LiveControls Namespace : LiveCheckBox Class



Displays a check box that allows the user to select a true or false condition.

Syntax

Visual Basic (Declaration) 
<LicenseProviderAttribute(System.ComponentModel.LicenseProvider)>
Public Class LiveCheckBox 
   Inherits System.Web.UI.WebControls.CheckBox
   Implements ILiveControl 
Visual Basic (Usage)Copy Code
Dim instance As LiveCheckBox
C# 
[LicenseProviderAttribute(System.ComponentModel.LicenseProvider)]
public class LiveCheckBox : System.Web.UI.WebControls.CheckBox, ILiveControl  
C++/CLI 
[LicenseProviderAttribute(System.ComponentModel.LicenseProvider)]
public ref class LiveCheckBox : public System.Web.UI.WebControls.CheckBox, ILiveControl  

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.CheckBoxClass.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.CheckBox
            Dart.LiveControls.LiveCheckBox

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.