SearchBoxEx.GoImageActiveUrl Property

Gets or sets the link for the active search buttonimage.

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

Syntax

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

Property Value

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

See Also

Reference

SearchBoxEx Class

SearchBoxEx Members

Microsoft.SharePoint.Portal.WebControls Namespace