ClassHtmlInputImage
Class
Test class for an HtmlInputImage element <input type="image" />
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class HtmlInputImage : HtmlInputControl
Inheritance: objectControlHtmlControlHtmlInputControlHtmlInputImage
Inherited Members
Constructors
HtmlInputImage(Element)
Create a new control.
Declaration
cs-api-definition
public HtmlInputImage(Element element)
Parameters
element
The base element.
Properties
Align
A string that specifies the alignment of the image relative to other Web page elements.
Alt
A string that contains the alternative caption for the browser to use when the image is unavailable.
Border
The width (in pixels) of a frame for an image.
Height
The height of the image.
Src
A string that contains the path to an image file to display.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The base element.
Overrides