ookii-dialogs / ookii-dialogs-wpf

Awesome dialogs for Windows Desktop applications built with Microsoft .NET (WPF)
BSD 3-Clause "New" or "Revised" License
1.14k stars 85 forks source link

Please add the 'TaskDialogIcon' enum missing values. #96

Open Jie2GG opened 2 years ago

Jie2GG commented 2 years ago

TaskDialogIcon now has Custom, Warning, Error, Information, Shield values. The following values are missing.

SecurityShieldBlueBar = 0xFFFB, SecurityWarningYellowBar = 0xFFFA, SecurityErrorRedBar = 0xFFF9, SecuritySuccessGreenBar = 0xFFF8, SecurityShieldGrayBar = 0xFFF7,