TaskDialogButtons Property

Gets a TaskDialogControlCollectionT containing TaskDialogButton elements, representing the custom buttons of this TaskDialog.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public TaskDialogControlCollection<TaskDialogButton> Buttons { get; }

Property Value

TaskDialogControlCollectionTaskDialogButton

See Also