The Wayback Machine - https://web.archive.org/web/20220531072503/https://github.com/topics/ookii
Skip to content
#

ookii

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 ookii 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 ookii topic, visit your repo's landing page and select "manage topics."

Learn more