SearchBoxEx.GoImageUrlRTL, propriété (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the link for the search button right-to-left image.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("SearchBox_SearchButtonURL_RTL", "", "SearchBox_SearchButtonURL_RTL_ToolTip")> _
Public Property GoImageUrlRTL As String
'Utilisation
Dim instance As SearchBoxEx
Dim value As String
value = instance.GoImageUrlRTL
instance.GoImageUrlRTL = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("SearchBox_SearchButtonURL_RTL", "", "SearchBox_SearchButtonURL_RTL_ToolTip")]
public string GoImageUrlRTL { get; set; }
Valeur de la propriété
A string that contains the URL to the active search button right-to-left image.
Voir aussi
Référence
SearchBoxEx, classe
Membres SearchBoxEx
Microsoft.SharePoint.Portal.WebControls, espace de noms