| TaskDialogButtonStyle Enumeration |
Indicates the display style of custom buttons on a task dialog.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum TaskDialogButtonStyle
Public Enumeration TaskDialogButtonStyle
public enum class TaskDialogButtonStyle
type TaskDialogButtonStyle
Members
| Member name | Value | Description |
---|
| Standard | 0 |
Custom buttons are displayed as regular buttons.
|
| CommandLinks | 1 |
Custom buttons are displayed as command links using a standard task dialog glyph.
|
| CommandLinksNoIcon | 2 |
Custom buttons are displayed as command links without a glyph.
|
See Also