GoDiagram Web Reference
Alt Property (GoView)

Gets or sets the ALT attribute text to be shown if the image is not available for some reason.
Syntax
'Declaration
 
Public Property Alt As String
public string Alt {get; set;}

Property Value

This defaults to null, which results in an ALT attribute value referring to the ImagePage.
Remarks

You may want to set this property to provide application-specific information describing the view if the image is not loaded.

You can also define a JavaScript error handler; the default handler will call location.reload().

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoView Class
GoView Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback