The members of System.Web.UI.HtmlControls.HtmlInputImage are listed below.
See Also: Inherited members from System.Web.UI.HtmlControls.HtmlInputControl
Initializes a new instance of the System.Web.UI.HtmlControls.HtmlInputImage class. |
Align | string.
Gets or sets the alignment of the System.Web.UI.HtmlControls.HtmlInputImage control in relation to other elements on the Web page. | |
Alt | string.
Gets or sets the alternative text that the browser displays if the image is unavailable or has not been downloaded. | |
Border | int.
Gets or sets the border width for the System.Web.UI.HtmlControls.HtmlInputImage control. | |
CausesValidation | bool.
Gets or sets a value indicating whether validation is performed when the System.Web.UI.HtmlControls.HtmlInputImage control is clicked. | |
Src | string.
Gets or sets the location of the image file. | |
ValidationGroup | string.
Gets or sets the group of controls for which the System.Web.UI.HtmlControls.HtmlInputImage control causes validation when it posts back to the server. |
LoadPostData(string, System.Collections.Specialized.NameValueCollection)
| ||
override | OnPreRender(EventArgs)
| |
OnServerClick(System.Web.UI.ImageClickEventArgs)
| ||
RaisePostBackEvent(string)
| ||
RaisePostDataChangedEvent()
| ||
override | RenderAttributes(System.Web.UI.HtmlTextWriter)
|
ServerClick |
Occurs on the server when the user clicks an System.Web.UI.HtmlControls.HtmlInputImage control. |
System.Web.UI.IPostBackDataHandler.LoadPostData |
Implements the System.Web.UI.IPostBackDataHandler.LoadPostData(string, System.Collections.Specialized.NameValueCollection) interface method by calling the HtmlInputImage.LoadPostData(string, System.Collections.Specialized.NameValueCollection) method. | |
System.Web.UI.IPostBackEventHandler.RaisePostBackEvent |
Enables the System.Web.UI.HtmlControls.HtmlInputImage control to raise events on postback. | |
System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent |
Implements the System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent interface method by calling the HtmlInputImage.RaisePostDataChangedEvent method. |