WPFCustomMessageBox icon indicating copy to clipboard operation
WPFCustomMessageBox copied to clipboard

Feature request: Mixing caption strings and MessageBoxButtons

Open cstuder opened this issue 12 years ago • 0 comments

Add additional overrides for the Show-methods to support a mix of caption strings and MessageBoxButtons. I.e.:

CustomMessageBox.ShowOKCancel(
    "Are you sure you want to eject the nuclear fuel rods?",
    "Confirm Fuel Ejection",
    MessageBoxButton.Ok,
    "Don't do it!");

Due to the number of possible combinations, this might get a little bit tedious...

cstuder avatar Feb 08 '13 15:02 cstuder