Menu.HoverArrowImageUrl property

Gets or sets the URL of the hover down arrow image.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property HoverArrowImageUrl As String
    Get
    Set
'Usage
Dim instance As Menu
Dim value As String

value = instance.HoverArrowImageUrl

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

Property value

Type: System.String
The URL. The default is "/_layouts/images/menudark.gif".

Remarks

This is only used with the ArrowAlwaysVisibleWithAlternateHover value of MenuFormat.

See also

Reference

Menu class

Menu members

Microsoft.SharePoint.WebControls namespace