Gets a collection of all dialog buttons that are located to the right of the SpellCheckDialog's suggestion list. 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 Change and ChangeAll.

Syntax

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

Limitations

Read only.