Click or drag to resize

TaskDialogButtons Enumeration

Specifies task dialog buttons.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
[FlagsAttribute]
public enum TaskDialogButtons
Members
  Member nameValueDescription
None0 Specifies no buttons be shown.
OK1 Specifies the OK button.
Cancel2 Specifies the Cancel button.
Yes4 Specifies the Yes button.
No8 Specifies the No button.
Retry16 Specifies the Retry button.
Close32 Specifies the Close button.
See Also