Share via


CallbackMenu.HoverArrowImageUrl property

Gets or sets the URL of the hover arrow image.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Property HoverArrowImageUrl As Uri
    Get
    Set
'Usage
Dim instance As CallbackMenu
Dim value As Uri

value = instance.HoverArrowImageUrl

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

Property value

Type: System.Uri
The Uri object that represents the URL of the hover arrow image.

See also

Reference

CallbackMenu class

CallbackMenu members

Microsoft.Office.Server.WebControls namespace