Gets or sets a value that indicates whether the spell button causes validation.
Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690
Syntax
C# |
---|
public bool CausesValidation { get; set; } |
Visual Basic |
---|
Public Property CausesValidation As Boolean
Get
Set |
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
See Also