June 2002
Intermediate to advanced
816 pages
28h 12m
English
HtmlInputCheckBox
This class represents the HTML <input type=checkbox> tag and indicates
the user’s selection through its Checked
property. You can also react to the ServerChange
event, which will fire only after a postback is triggered (for example, by
clicking a submit button). Note that this control does not have an associated text label.
Public Class HtmlInputCheckBox : Inherits HtmlInputControl : Implements_ System.Web.UI.IPostBackDataHandler ' Public Constructors Public Sub New() ' Public Instance Properties Public Property Checked As Boolean ' Protected Instance Methods Overrides Protected Sub OnPreRender(ByVal e As EventArgs) Overridable Protected Sub OnServerChange( ByVal e As EventArgs) ' Events Public Event ServerChange As EventHandler End Class
System.Object→ System.Web.UI.Control(System.ComponentModel.IComponent, System.IDisposable, System.Web.UI.IParserAccessor, System.Web.UI.IDataBindingsAccessor)→HtmlControl(System.Web.UI.IAttributeAccessor)→HtmlInputControl→ HtmlInputCheckBox(System.Web.UI.IPostBackDataHandler)
Read now
Unlock full access