: SearchBoxEx.GoImageActiveUrl (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the link for the active search buttonimage.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("SearchBox_SearchButtonActiveURL", "", "SearchBox_SearchButtonActiveURL_ToolTip")> _
Public Property GoImageActiveUrl As String
'Uso
Dim instance As SearchBoxEx
Dim value As String
value = instance.GoImageActiveUrl
instance.GoImageActiveUrl = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("SearchBox_SearchButtonActiveURL", "", "SearchBox_SearchButtonActiveURL_ToolTip")]
public string GoImageActiveUrl { get; set; }
Valor de propiedad
A string that contains the URL to the active search button image.
Vea también
Referencia
SearchBoxEx (Clase)
SearchBoxEx (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)