NavigationTerm.HoverText property

Gets or sets a description that is typically displayed by a menu or by breadcrumb navigation controls when the mouse hovers over the navigation link.

Namespace:  Microsoft.SharePoint.Client.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)

Syntax

'Declaration
Public Property HoverText As String
    Get
    Set
'Usage
Dim instance As NavigationTerm
Dim value As String

value = instance.HoverText

instance.HoverText = value
public string HoverText { get; set; }

Property value

Type: System.String
A description displayed by menu or breadcrumb navigation controls

Remarks

The value of the HoverText property is exposed as a Description property.

See also

Reference

NavigationTerm class

NavigationTerm members

Microsoft.SharePoint.Client.Publishing.Navigation namespace