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

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

public Proofing.DialogButton this [int number] { get; }
Public Default ReadOnly Property Item(number As Integer) As 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.