TaskDialogRadioButtons Property

Gets a TaskDialogControlCollectionT containing TaskDialogRadioButton elements, representing the radio buttons of this TaskDialog.

Definition

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

Property Value

TaskDialogControlCollectionTaskDialogRadioButton

See Also