TaskDialogDefaultStandardButton Property

Gets or sets the default standard button. When Buttons are not empty and one of them is specified as default button by IsDefault, then this property is ignored. If neither standard nor custom buttons are specified as default, the first button will be the default one.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public TaskDialogStandardButton DefaultStandardButton { get; set; }

Property Value

TaskDialogStandardButton

See Also