Version

ImageItem Constructor(String,String,String)

Initializes a new instance of the ImageItem class with the specified values.
Syntax
'Declaration
 
Public Function New( _
   ByVal imgUrl As String, _
   ByVal alt As String, _
   ByVal tooltip As String _
)
public ImageItem( 
   string imgUrl,
   string alt,
   string tooltip
)

Parameters

imgUrl
The url to the image that should be displayed in the item.
alt
The AltText that will be placed on the HTML img element.
tooltip
The Tooltip that will be placed displayed when the mouse is hovered over the item in the browser.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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