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!

HtmlImage.Alt

Gets or sets the alternative caption that the browser displays if image is either unavailable or has not been downloaded yet.

[Visual Basic]
Public Property Alt As String
[C#]
public string Alt {get; set;}
[C++]
public: __property String* get_Alt();
public: __property void set_Alt(String*);
[JScript]
public function get Alt() : String;
public function set Alt(String);

Property Value

The alternative caption for the browser to use.

See Also

HtmlImage Class | HtmlImage Members | System.Web.UI.HtmlControls Namespace