Gets or sets a value that indicates whether the spell button causes validation.
Namespace:
Karamasoft.WebControls.UltimateSearchAssembly: UltimateSearch (in UltimateSearch.dll) Version: 3.6.3650.26268
Syntax
| C# |
|---|
public bool CausesValidation { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property CausesValidation As Boolean |
| Visual C++ |
|---|
public: property bool CausesValidation { bool get (); void set (bool value); } |
Field Value
true if the spell button causes validation; otherwise, false. The default value is true.
Remarks
Use this property to cause validation when the spell button is pressed.