[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.WordList.InsertItem

InsertItem Method

InsertItem(int, string)

Inserts a word into the list at the specified index.

Declaration
protected override void InsertItem(int index, string item)
Protected Overrides Sub InsertItem(index As Integer, item As String)
Parameters
Type Name Description
int index

The zero-based index at which the new item should be inserted.

string item

The item to insert into the list.

Overrides
Remarks

Duplicate items are automatically discarded; the list will contain at most one copy of any given string.