C# Class Dev2.ViewModels.Dialogs.Dev2MessageBoxWithCustomButtons

Interaction logic for Dev2MessageBoxWithCustomButtonsViewModel.xaml
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Property Type Description
ButtonCancelClick void
ButtonNoClick void
ButtonOkClick void
ButtonYesClick void
Dev2MessageBoxWithCustomButtons System.Drawing
Dev2MessageBoxWithCustomButtons System.Drawing
Dev2MessageBoxWithCustomButtons System.Drawing
Dev2MessageBoxWithCustomButtons System.Drawing
Dev2MessageBoxWithCustomButtons System.Drawing
DisplayButtons void
DisplayImage void

Private Methods

Method Description
ButtonCancelClick ( object sender, RoutedEventArgs e ) : void
ButtonNoClick ( object sender, RoutedEventArgs e ) : void
ButtonOkClick ( object sender, RoutedEventArgs e ) : void
ButtonYesClick ( object sender, RoutedEventArgs e ) : void
Dev2MessageBoxWithCustomButtons ( string message ) : System.Drawing
Dev2MessageBoxWithCustomButtons ( string message, string caption ) : System.Drawing
Dev2MessageBoxWithCustomButtons ( string message, string caption, MessageBoxButton button ) : System.Drawing
Dev2MessageBoxWithCustomButtons ( string message, string caption, MessageBoxButton button, MessageBoxImage image ) : System.Drawing
Dev2MessageBoxWithCustomButtons ( string message, string caption, MessageBoxImage image ) : System.Drawing
DisplayButtons ( MessageBoxButton button ) : void
DisplayImage ( MessageBoxImage image ) : void