The DialogButton class represents a button of the built-in SpellCheckDialog. Objects of this class can be added or removed to the dialog by modifying the SpellCheckDialog.IgnoreButtons, SpellCheckDialog.ChangeButtons and SpellCheckDialog.OptionButtons dialog button collections.

Syntax

public sealed class DialogButton

Introduced: 3.0.

Constructors

Constructor Description
DialogButton Initializes a new instance of the DialogButton class.

Properties

Property Description
Enabled Gets or sets a value indicating whether the DialogButton can respond to user interaction.
Font Gets or sets the font of the text displayed by the DialogButton.
IsDeleteButton Gets or sets a value specifying the DialogButton text.
IsUndoEditButton Gets or sets a value specifying the DialogButton text.
Text Gets or sets the text displayed by the DialogButton.
Type Gets a value of type ButtonType that is specified for the DialogButton.