Gets a DialogButton from the collection. This property is the indexer for the DialogButtonCollection class.

public WPF.Proofing.DialogButton this [int number] { get; }

public WPF.Proofing.DialogButton this [int number] { get; }
Public Default ReadOnly Property Item(number As Integer) As WPF.Proofing.DialogButton

Parameters

Parameter Description
number The zero-based index of the DialogButton.

Return Value

The object of the type DialogButton at the specified index.