: HtmlMenuButton.ImageURL (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the URL of the image contained in the link.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Property ImageURL As String
'Uso
Dim instance As HtmlMenuButton
Dim value As String
value = instance.ImageURL
instance.ImageURL = value
public string ImageURL { get; set; }
Valor de propiedad
A string that represents the URL of the image contained in the link.
Vea también
Referencia
HtmlMenuButton (Clase)
HtmlMenuButton (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)