Adds a collection of DialogButtons to the collection.

AddRange(IEnumerable<WPF.Proofing.DialogButton>)

public void AddRange(IEnumerable<WPF.Proofing.DialogButton> collection);
Public Sub AddRange(collection As IEnumerable(Of WPF.Proofing.DialogButton))

Parameters

Parameter Description
collection Specifies the collection of DialogButtons.

Remarks

This method throws an exception when called while the SpellCheckDialog is open.