NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ImageButton.TagName

Override to return INPUT instead of IMG.

[Visual Basic]
Overridable Protected ReadOnly Property TagName As String
[C#]
protected string TagName {override get;}
[C++]
protected: __property virtual String* get_TagName();
[JScript]
protected function get TagName() : String;

See Also

ImageButton Class | ImageButton Members | System.Web.UI.WebControls Namespace