ReturnLink.IconHover property
The path (relative or absolute) to an icon to show when the icon is hovered over
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IconHover As String
Get
Set
'Usage
Dim instance As ReturnLink
Dim value As String
value = instance.IconHover
instance.IconHover = value
public string IconHover { get; set; }
Property value
Type: System.String