Enabled Property
From UltimateSearch
| UltimateSearch Class Library |
| UltimateSearchButton..::..Enabled Property |
| UltimateSearchButton Class See Also Send Feedback |
Gets or sets a value that indicates whether the search button 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 button is enabled; otherwise, false. The default value is true.
Remarks
Use this property to enable the search button.