TaskDialogStandardButtons Property

Gets or sets the standard buttons of this TaskDialog. If neither standard nor custom buttons (see Buttons) are specified, the task dialog will have an OK button by default.

Definition

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

Property Value

TaskDialogStandardButtons

Remarks

The standard button texts are localized by using the native Windows resources by default. To localize them using the dynamic resources of this library, set TranslateStandardButtons in Options.

See Also