C# Class MetroIde.Dialogs.ControlDialogs.MessageBoxOptions

Interaction logic for MessageBoxOptions.xaml
Afficher le fichier Open project: ChadSki/Quickbeam

Méthodes publiques

Méthode Description
MessageBoxOptions ( string title, string message, MetroMessageBox buttons ) : System.Windows

Private Methods

Méthode Description
btnCancel_Click ( object sender, RoutedEventArgs e ) : void
btnNo_Click ( object sender, RoutedEventArgs e ) : void
btnOkay_Click ( object sender, RoutedEventArgs e ) : void
btnYes_Click ( object sender, RoutedEventArgs e ) : void

Method Details

MessageBoxOptions() public méthode

public MessageBoxOptions ( string title, string message, MetroMessageBox buttons ) : System.Windows
title string
message string
buttons MetroMessageBox
Résultat System.Windows