Gets or sets a value that indicates whether the search button is enabled.

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

Syntax

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

Field Value

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

Remarks

Use this property to enable the search button.

See Also