TaskDialogButtons Enumeration |
Specifies task dialog buttons.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax[FlagsAttribute]
public enum TaskDialogButtons
Members| Member name | Value | Description |
|---|
| None | 0 |
Specifies no buttons be shown.
|
| OK | 1 |
Specifies the OK button.
|
| Cancel | 2 |
Specifies the Cancel button.
|
| Yes | 4 |
Specifies the Yes button.
|
| No | 8 |
Specifies the No button.
|
| Retry | 16 |
Specifies the Retry button.
|
| Close | 32 |
Specifies the Close button.
|
See Also