Метод | Описание | |
---|---|---|
NotifyPropertyChanged ( string info ) : void | ||
Show ( string message, string title, string options, int cancelOption = -1, MessageBoxImage icon = MessageBoxImage.None ) : int |
Метод | Описание | |
---|---|---|
ButtonClick ( int option ) : void | ||
CustomMessageBox ( string message, string title, string options, int cancelOption, MessageBoxImage icon ) : System.ComponentModel | ||
InitializeComponent ( ) : void | ||
MessageBox_Loaded ( object sender, |
||
System ( int connectionId, object target ) : void |
public NotifyPropertyChanged ( string info ) : void | ||
info | string | |
Результат | void |
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 | |
Результат | int |