Skip to content

Repository files navigation

Dialogs

CodeClimateCodeFactor

Managed Win32 task dialog wrapper. Supports all native Task Dialog features.

Information

In order to use activation contexts, this package copies the XPThemes.manifest file to the output directory.

Usage

Simple

Shows a simple task dialog.

usingScover.Dialogs;usingPagepage=new(){Content="Sample text",Buttons={Button.Yes,Button.No,Button.Cancel}};varclickedButton=newDialog(page).Show();

Multi-page

usingScover.Dialogs;usingPagepage1=new(){MainInstruction="Page #1",Buttons=new(ButtonStyle.CommandLinks){{"Label","Supplemental instruction"},Button.Cancel}};usingPagepage2=new(){MainInstruction="Page #2",Expander=new("Expanded information")};varclickedButton=newMultiPageDialog(page1,newDictionary<Page,NextPageSelector>{[page1]= request =>request.KindisNavigationRequestKind.Cancel?null:page2,}).Show();

Check out Tests.cs for more examples.

About

A Windows task dialog wrapper that also supports navigation and hyperlinks.

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages