CausesValidation Property
From UltimateSpell
| UltimateSpell Class Library |
| UltimateSpellButton..::..CausesValidation Property |
| UltimateSpellButton Class See Also Send Feedback |
Gets or sets a value that indicates whether the spell button causes validation.
Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
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
Use this property to cause validation when the spell button is pressed.