Gets a collection of all dialog buttons that are located to the right of the SpellCheckDialog's preview component. The property's value is an object of type DialogButtonCollection and can be modified by using its methods and properties. The default content of that collection are buttons of type 'Ignore', 'IgnoreAll' and 'AddToDictionary'.

Syntax

public WPF.Proofing.DialogButtonCollection IgnoreButtons{ get; }
Public ReadOnly Property IgnoreButtons() As WPF.Proofing.DialogButtonCollection

Limitations

Read only.