HtmlInputImage Class

Allows programmatic access to the HTML <input type= image> element on the server.

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)

public ref class HtmlInputImage : public HtmlInputControl, IPostBackDataHandler, IPostBackEventHandler
public class HtmlInputImage extends HtmlInputControl implements IPostBackDataHandler, IPostBackEventHandler
public class HtmlInputImage extends HtmlInputControl implements IPostBackDataHandler, IPostBackEventHandler

Use the HtmlInputImage control to create a button that displays an image. You can programmatically control the action associated with the HtmlInputImage control by providing an event handler for the ServerClick event.

The coordinates where the user clicks an HtmlInputImage control can be determined by using the ImageClickEventArgs.X and 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 HtmlInputImage, see the HtmlInputImage constructor.

The following code example demonstrates how to use the HtmlInputImage control to create a button that displays an image.

NoteNote

You must provide your own image files for this example to work correctly.

No code example is currently available or this language may not be supported.

  • AspNetHostingPermission  for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
  • AspNetHostingPermission  for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0, 1.1, 1.0

Community Additions

ADD
Show: