See Also: HtmlInputImage Members
Use the System.Web.UI.HtmlControls.HtmlInputImage control to create a button that displays an image. You can programmatically control the action associated with the System.Web.UI.HtmlControls.HtmlInputImage control by providing an event handler for the HtmlInputImage.ServerClick event.
The coordinates where the user clicks an System.Web.UI.HtmlControls.HtmlInputImage control can be determined by using the System.Web.UI.ImageClickEventArgs.X and System.Web.UI.ImageClickEventArgs.Y properties of the System.Web.UI.ImageClickEventArgs object that is passed as a parameter to the user-defined event handler.
For a list of initial property values for an instance of System.Web.UI.HtmlControls.HtmlInputImage, see the HtmlInputImage.#ctor constructor.