InputCheckableHtmlFormControlChecked Property |
Gets or sets whether or not the control is checked.
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public bool Checked { get; set; }
Public Property Checked As Boolean
Get
Set
public:
property bool Checked {
bool get ();
void set (bool value);
}
member Checked : bool with get, set
Property Value
Type:
BooleanSee Also