Click or drag to resize

TaskDialogButtons Property

Gets a list of the buttons on the Task Dialog.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public TaskDialogItemCollection<TaskDialogButton> Buttons { get; }

Property Value

Type: TaskDialogItemCollectionTaskDialogButton
A list of the buttons on the Task Dialog.
Remarks
Custom buttons are displayed in the order they have in the collection. Standard buttons will always be displayed in the Windows-defined order, regardless of the order of the buttons in the collection.
See Also