C# Class VersionrUI.Dialogs.CustomMessageBox

CustomMessageBox
Inheritance: System.Windows.Window, System.Windows.Markup.IComponentConnector
Exibir arquivo Open project: eatplayhate/versionr Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public NotifyPropertyChanged ( string info ) : void
info string
return void

Show() public static method

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
return int