Share via


SearchBoxEx.GoImageUrlRTL Property

Gets or sets the link for the search button right-to-left image.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("SearchBox_SearchButtonURL_RTL", "", "SearchBox_SearchButtonURL_RTL_ToolTip")> _
Public Property GoImageUrlRTL As String
    Get
    Set
'Usage
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; }

Property Value

Type: System.String
A string that contains the URL to the active search button right-to-left image.

See Also

Reference

SearchBoxEx Class

SearchBoxEx Members

Microsoft.SharePoint.Portal.WebControls Namespace