Click or drag to resize

TaskDialogButtonStyle Enumeration

Indicates the display style of custom buttons on a task dialog.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum TaskDialogButtonStyle
Members
  Member nameValueDescription
Standard0 Custom buttons are displayed as regular buttons.
CommandLinks1 Custom buttons are displayed as command links using a standard task dialog glyph.
CommandLinksNoIcon2 Custom buttons are displayed as command links without a glyph.
See Also