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



Gets or sets a value indicating whether the LiveCheckBox control is checked.

Syntax

Visual Basic (Declaration) 
Public Overrides Property Checked As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LiveCheckBox
Dim value As Boolean
 
instance.Checked = value
 
value = instance.Checked
C# 
public override bool Checked {get; set;}
C++/CLI 
public:
property bool Checked {
   bool get() override;
   void set (    bool value) override;
}

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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