SPMenuField.ImageUrlFormat property
Gets or sets the format string to be used when setting the [ImageUrl] property of the underlying [Menu] control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ImageUrlFormat As String
Get
Set
'Usage
Dim instance As SPMenuField
Dim value As String
value = instance.ImageUrlFormat
instance.ImageUrlFormat = value
public string ImageUrlFormat { get; set; }
Property value
Type: System.String
A string value specifying the format string.