Adds a collection of DialogButtons to the collection.

AddRange(IEnumerable<Proofing.DialogButton>)

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

Parameters

Parameter Description
collection Specifies the collection of DialogButtons.

Remarks

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