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.
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public TaskDialogStandardButtons StandardButtons { get; set; }
Public Property StandardButtons As TaskDialogStandardButtons
Get
Set
public:
property TaskDialogStandardButtons StandardButtons {
TaskDialogStandardButtons get ();
void set (TaskDialogStandardButtons value);
}
member StandardButtons : TaskDialogStandardButtons with get, set
Property Value
TaskDialogStandardButtons
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.