An instance of the DialogButtonCollection class contains all objects of type DialogButton that represent the dialog buttons of the built-in SpellCheckDialog. It is inherited from the abstract class System.Collections.CollectionBase and implements the System.Collections.IEnumerable and System.Collections.IEnumerator interfaces. For a list of properties, methods and events of these classes and interfaces see the .NET Framework reference.

Syntax

public sealed class DialogButtonCollection: CollectionBase, IEnumerable, IEnumerator
Public NotInheritable Class DialogButtonCollection
  Inherits CollectionBase
  Implements IEnumerable
  Implements IEnumerator

Introduced: 3.0.

Methods

Method Description
Add Adds an object of type DialogButton to the collection.
AddRange Adds a collection of DialogButtons to the collection.
Remove Removes an object of type DialogButton from the collection.

Properties

Property Description
Item Gets a DialogButton from the collection.