Adds the specified word to the custom dictionary specified by the WhichCustomDict property.
Namespace:
C1.Win.C1SpellAssembly: C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)
Syntax
C# |
---|
public bool AddToCustomFile( string word ) |
Visual Basic (Declaration) |
---|
Public Function AddToCustomFile ( _ word As String _ ) As Boolean |
Parameters
- word
- Type: System..::.String