C# Class Bend.StyledMessageBox

Interaction logic for StyledMessageBox.xaml
Inheritance: System.Windows.Window
ファイルを表示 Open project: kjk/kjkpub Class Usage Examples

Public Methods

Method Description
Show ( string title, string message, bool onDarkBackground = false ) : bool
StyledMessageBox ( ) : System

Private Methods

Method Description
CancelButton_Click ( object sender, RoutedEventArgs e ) : void
OkButton_Click ( object sender, RoutedEventArgs e ) : void
Window_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
Window_SourceInitialized ( object sender, EventArgs e ) : void

Method Details

Show() public static method

public static Show ( string title, string message, bool onDarkBackground = false ) : bool
title string
message string
onDarkBackground bool
return bool

StyledMessageBox() public method

public StyledMessageBox ( ) : System
return System