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)
Available in Sandboxed Solutions: No
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.