TaskDialogButtonCollection.Add(String, Boolean, Boolean) Method

Definition

Creates and adds a TaskDialogButton to the collection.

public System.Windows.Forms.TaskDialogButton Add (string? text, bool enabled = true, bool allowCloseDialog = true);
override this.Add : string * bool * bool -> System.Windows.Forms.TaskDialogButton
Public Function Add (text As String, Optional enabled As Boolean = true, Optional allowCloseDialog As Boolean = true) As TaskDialogButton

Parameters

text
String

The text of the custom button.

enabled
Boolean

A value indicating whether the button can respond to user interaction.

allowCloseDialog
Boolean

A value that indicates whether the task dialog should close when this button is clicked.

Returns

The created TaskDialogButton.

Exceptions

This collection is currently bound to a task dialog.

Applies to