System.Web.UI.HtmlControls.HtmlInputImage Members

The members of System.Web.UI.HtmlControls.HtmlInputImage 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.HtmlInputImage class.

Public Properties

Alignstring.

Gets or sets the alignment of the System.Web.UI.HtmlControls.HtmlInputImage control in relation to other elements on the Web page.

Altstring.

Gets or sets the alternative text that the browser displays if the image is unavailable or has not been downloaded.

Borderint.

Gets or sets the border width for the System.Web.UI.HtmlControls.HtmlInputImage control.

CausesValidationbool.

Gets or sets a value indicating whether validation is performed when the System.Web.UI.HtmlControls.HtmlInputImage control is clicked.

Srcstring.

Gets or sets the location of the image file.

ValidationGroupstring.

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.

Protected Methods

Public Events

ServerClick

Occurs on the server when the user clicks an System.Web.UI.HtmlControls.HtmlInputImage control.

Explicitly Implemented Interface Members