Share via


CallbackMenu.ArrowImageUrl property

Gets or sets the URL of the arrow image that is used in the menu items of the callback menu.

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

Syntax

'Declaration
Public Property ArrowImageUrl As String
    Get
    Set
'Usage
Dim instance As CallbackMenu
Dim value As String

value = instance.ArrowImageUrl

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

Property value

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

See also

Reference

CallbackMenu class

CallbackMenu members

Microsoft.Office.Server.WebControls namespace