TaskDialogButtonIsDefault Property

Gets or sets whether this button is the default button. If there are more default buttons in a collection, the first one will be the default button when the dialog appears.
Default value: .

Definition

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

Property Value

Boolean

See Also