| 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; }
Public ReadOnly Property Buttons As TaskDialogItemCollection(Of TaskDialogButton)
Get
public:
property TaskDialogItemCollection<TaskDialogButton^>^ Buttons {
TaskDialogItemCollection<TaskDialogButton^>^ get ();
}
member Buttons : TaskDialogItemCollection<TaskDialogButton> with 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