SearchTextBox Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets the search text box to enter search terms.

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

Syntax

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

Remarks

Use this property to set the features of the text box to enter search terms.

See Also