ImageButtonElement ClassC# API
Represents an InputElement which is an image.
Inheritance Hierarchy

System Object
  Facilita.Web HtmlElement
    Facilita.Web InputElement
      Facilita.Web ImageButtonElement

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public class ImageButtonElement : InputElement
Remarks

When an image element on a form is submitted, the x and y coordinates that the user clicked will be sent to the server.
See Also