System.Web.UI.HtmlControls Namespace HtmlInputImage Class
Initializes a new instance of the HtmlInputImage class.
[ VB ]
Public Sub New ( )
[ C# ]
public HtmlInputImage ( );
[ C++ ]
public: HtmlInputImage ( );
[ JScript ]
public function HtmlInputImage ( );
Use this constructor to create and initialize a new instance of the HtmlInputImage class.
The below code shows how to create a new instance of an HtmlInputImage class.
HtmlInputImage myImageButton = new HtmlInputImage ( );
Dim myImageButton As New HtmlInputImage ( ) |
|
C# |
VB |
HtmlInputImage Members