Skip to content
#

task-dialog

Here are 5 public repositories matching this topic...

ookii-dialogs-wpf
augustoproiete
augustoproiete commented Sep 5, 2021

Spin-off of ookii-dialogs/ookii-dialogs-wpf#48

If you attempt to call ShowDialog on a TaskDialog that you haven't added any buttons to, the call to ShowDialog will throw an InvalidOperationException.

Example:

var dialog = new Ookii.Dialogs.Wpf.TaskDialog
{
    Content = "Message",
    MainInstruction = "Instruction",
};

dialog
enhancement help wanted good first issue hacktoberfest

Improve this page

Add a description, image, and links to the task-dialog topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the task-dialog topic, visit your repo's landing page and select "manage topics."

Learn more