IsSpellCheckEnabled Property (C1TextBox)
In This Topic
Syntax
'Declaration
Public Property IsSpellCheckEnabled As Boolean
'Usage
Dim instance As C1TextBox
Dim value As Boolean
instance.IsSpellCheckEnabled = value
value = instance.IsSpellCheckEnabled
public bool IsSpellCheckEnabled {get; set;}
See Also