Enabled Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value that indicates whether the search TextBox control is enabled.

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

Syntax

C#
public override bool Enabled { get; set; }
Visual Basic
Public Overrides Property Enabled As Boolean
	Get
	Set
Visual C++
public:
virtual property bool Enabled {
	bool get () override;
	void set (bool value) override;
}

Field Value

true if the search TextBox control is enabled; otherwise, false. The default value is true.

Remarks

Use this property to enable the search TextBox control.

See Also