System.Web.UI.HtmlControls.HtmlInputRadioButton Members

The members of System.Web.UI.HtmlControls.HtmlInputRadioButton are listed below.

See Also: Inherited members from System.Web.UI.HtmlControls.HtmlInputControl

Public Constructors

Initializes a new instance of the System.Web.UI.HtmlControls.HtmlInputRadioButton class.

Public Properties

Checkedbool.

Gets or sets a value indicating whether the System.Web.UI.HtmlControls.HtmlInputRadioButton control is selected.

override
Namestring.

Gets or sets the name of the group that the instance of the System.Web.UI.HtmlControls.HtmlInputRadioButton class is associated with.

override
Valuestring.

Gets or sets the value associated with the System.Web.UI.HtmlControls.HtmlInputRadioButton control.

Protected Methods

LoadPostData(string, System.Collections.Specialized.NameValueCollection) : bool

Processes the postback data for the System.Web.UI.HtmlControls.HtmlInputRadioButton control.

override
OnPreRender(EventArgs)

Raises the System.Web.UI.Control.PreRender event and registers the System.Web.UI.HtmlControls.HtmlInputRadioButton control as one that requires postback handling.

OnServerChange(EventArgs)

Raises the HtmlInputRadioButton.ServerChange event. This allows you to create a custom event handler when the event is raised.

RaisePostDataChangedEvent()

Calls the HtmlInputRadioButton.OnServerChange(EventArgs) method to signal the System.Web.UI.HtmlControls.HtmlInputRadioButton control that the state of the control has changed.

override
RenderAttributes(System.Web.UI.HtmlTextWriter)

Renders the System.Web.UI.HtmlControls.HtmlInputRadioButton control attributes to the specified System.Web.UI.HtmlTextWriter object.

Public Events

ServerChange

Occurs when the value of the HtmlInputRadioButton.Checked property of the System.Web.UI.HtmlControls.HtmlInputRadioButton control changes between posts to the server.

Explicitly Implemented Interface Members