TaskDialogButtonCollection.SetItem(Int32, TaskDialogButton) Method

Definition

protected:
 override void SetItem(int index, System::Windows::Forms::TaskDialogButton ^ item);
protected override void SetItem (int index, System.Windows.Forms.TaskDialogButton item);
override this.SetItem : int * System.Windows.Forms.TaskDialogButton -> unit
Protected Overrides Sub SetItem (index As Integer, item As TaskDialogButton)

Parameters

index
Int32

Exceptions

item is null.

item has already been added to the collection.

item is already a part of a different collection. - or - This collection is currently bound to a task dialog.

Applies to