: HtmlMenuItem.ImageURL (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the URL image of the menu item.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Property ImageURL As String
'Uso
Dim instance As HtmlMenuItem
Dim value As String
value = instance.ImageURL
instance.ImageURL = value
public string ImageURL { get; set; }
Valor de propiedad
A string that represents the URL image of the menu item.
Comentarios
If the Separator property is true, the Text, TargetURL, and ImageURL properties are not used.
Vea también
Referencia
HtmlMenuItem (Clase)
HtmlMenuItem (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)