C# Class VersionrUI.Dialogs.CustomMessageBox

CustomMessageBox
Inheritance: System.Windows.Window, System.Windows.Markup.IComponentConnector
Afficher le fichier Open project: eatplayhate/versionr Class Usage Examples

Méthodes publiques

Méthode Description
NotifyPropertyChanged ( string info ) : void
Show ( string message, string title, string options, int cancelOption = -1, MessageBoxImage icon = MessageBoxImage.None ) : int

Private Methods

Méthode Description
ButtonClick ( int option ) : void
CustomMessageBox ( string message, string title, string options, int cancelOption, MessageBoxImage icon ) : System.ComponentModel
InitializeComponent ( ) : void
MessageBox_Loaded ( object sender, RoutedEventArgs e ) : void
System ( int connectionId, object target ) : void

Method Details

NotifyPropertyChanged() public méthode

public NotifyPropertyChanged ( string info ) : void
info string
Résultat void

Show() public static méthode

public static Show ( string message, string title, string options, int cancelOption = -1, MessageBoxImage icon = MessageBoxImage.None ) : int
message string
title string
options string
cancelOption int
icon MessageBoxImage
Résultat int