ImageUrl Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the url of the image to display on the search button when ButtonType is ImageButton.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

Syntax

C#
public string ImageUrl { get; set; }
Visual Basic
Public Property ImageUrl As String
	Get
	Set
Visual C++
public:
property String^ ImageUrl {
	String^ get ();
	void set (String^ value);
}

Field Value

Url of the image to display on the search button when ButtonType is ImageButton.

Remarks

Use this property to set the url of the image to display on the search button when ButtonType is ImageButton.

See Also