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