Text Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the text to display in the TextBox control.

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

Syntax

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

Field Value

Text to display in the TextBox control.

Implements

ITextControl..::..Text

Remarks

Use this property to set the text to display in the TextBox control.

See Also