Hi!
I have a WPF MessageBox like this:
invoketypeSystem.Windows.MessageBox::Show(
"Mein Text",
"Kopfzeile",
typeSystem.Windows.MessageBoxButton::YesNo
typeSystem.Windows.MessageBoxImage::Question
typeSystem.Windows.MessageBoxResult::Yes
typeSystem.Windows.MessageBoxOptions::RightAlign
)
How can i ask wich button was pressed?