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