Sets or returns which custom dictionary to use when adding words to the custom dictionary.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
public int WhichCustomDict { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
<BrowsableAttribute(True)> _
Public Property WhichCustomDict As Integer

Remarks

The default value is 1.

See Also