UltimateSearch Class Library

UltimateSearchButton.Enabled Property

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

[Visual Basic]
Overrides Public Property Enabled As Boolean
[C#]
public override bool Enabled {get; set;}

Property 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

UltimateSearchButton Class | Karamasoft.WebControls.UltimateSearch Namespace