Partager via


HtmlMenuItem.ImageURL, propriété (Microsoft.SharePoint.Portal.WebControls)

Gets or sets the URL image of the menu item.

Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Property ImageURL As String
'Utilisation
Dim instance As HtmlMenuItem
Dim value As String

value = instance.ImageURL

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

Valeur de la propriété

A string that represents the URL image of the menu item.

Remarques

If the Separator property is true, the Text, TargetURL, and ImageURL properties are not used.

Voir aussi

Référence

HtmlMenuItem, classe
Membres HtmlMenuItem
Microsoft.SharePoint.Portal.WebControls, espace de noms