Gets a collection of all dialog buttons that are located below the SpellCheckDialog's suggestion dictionary combo box. 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 is a button of type Options.

Syntax

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

Limitations

Read only.