Skip to content

Feature request: Mixing caption strings and MessageBoxButtons #6

@cstuder

Description

@cstuder

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions