SpellCheck Property (ChoiceField)
In This Topic
Gets or sets a value indicating whether the text entered in the field is spell-checked.
Syntax
'Declaration
Public Property SpellCheck As System.Boolean
public System.bool SpellCheck {get; set;}
See Also