TaskDialogButtons Enumeration |
Namespace: Internal.ComponentFactory.Krypton.Toolkit
[FlagsAttribute] public enum TaskDialogButtons
| 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. |
Copyright 2025 NeoAxis Group. All rights reserved.