SearchButton Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets the search button to submit search terms.

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

Syntax

C#
public UltimateSearchButton SearchButton { get; }
Visual Basic
Public ReadOnly Property SearchButton As UltimateSearchButton
	Get
Visual C++
public:
property UltimateSearchButton^ SearchButton {
	UltimateSearchButton^ get ();
}

Remarks

Use this property to set the features of the button to submit search terms. You can set the ButtonType property to Button, ImageButton, or LinkButton.

See Also