C# 클래스 ModernWPF.Controls.ModernMessageBox

An in-window MessageBox replacment when using ModernWPF.
상속: MessageBoxControl
파일 보기 프로젝트 열기: soukoku/ModernWPF 1 사용 예제들

공개 메소드들

메소드 설명
Show ( DialogControlContainer owner, string messageBoxText ) : MessageBoxResult

Displays a message box in front of the specified DialogControlContainer.

Show ( DialogControlContainer owner, string messageBoxText, string caption ) : MessageBoxResult

Displays a message box in front of the specified DialogControlContainer.

Show ( DialogControlContainer owner, string messageBoxText, string caption, MessageBoxButton button ) : MessageBoxResult

Displays a message box in front of the specified DialogControlContainer.

Show ( DialogControlContainer owner, string messageBoxText, string caption, MessageBoxButton button, MessageBoxImage icon ) : MessageBoxResult

Displays a message box in front of the specified DialogControlContainer.

Show ( DialogControlContainer owner, string messageBoxText, string caption, MessageBoxButton button, MessageBoxImage icon, MessageBoxResult defaultResult ) : MessageBoxResult

Displays a message box in front of the specified DialogControlContainer.

Show ( Window owner, string messageBoxText ) : MessageBoxResult

Displays a message box in front of the specified window.

Show ( Window owner, string messageBoxText, string caption ) : MessageBoxResult

Displays a message box in front of the specified window.

Show ( Window owner, string messageBoxText, string caption, MessageBoxButton button ) : MessageBoxResult

Displays a message box in front of the specified window.

Show ( Window owner, string messageBoxText, string caption, MessageBoxButton button, MessageBoxImage icon ) : MessageBoxResult

Displays a message box in front of the specified window.

Show ( Window owner, string messageBoxText, string caption, MessageBoxButton button, MessageBoxImage icon, MessageBoxResult defaultResult ) : MessageBoxResult

Displays a message box in front of the specified window.

비공개 메소드들

메소드 설명
ModernMessageBox ( ) : System

메소드 상세

Show() 공개 정적인 메소드

Displays a message box in front of the specified DialogControlContainer.
owner
public static Show ( DialogControlContainer owner, string messageBoxText ) : MessageBoxResult
owner DialogControlContainer A to host this message box.
messageBoxText string The message box text.
리턴 MessageBoxResult

Show() 공개 정적인 메소드

Displays a message box in front of the specified DialogControlContainer.
owner
public static Show ( DialogControlContainer owner, string messageBoxText, string caption ) : MessageBoxResult
owner DialogControlContainer A to host this message box.
messageBoxText string The message box text.
caption string The caption.
리턴 MessageBoxResult

Show() 공개 정적인 메소드

Displays a message box in front of the specified DialogControlContainer.
owner
public static Show ( DialogControlContainer owner, string messageBoxText, string caption, MessageBoxButton button ) : MessageBoxResult
owner DialogControlContainer A to host this message box.
messageBoxText string The message box text.
caption string The caption.
button MessageBoxButton The button to display.
리턴 MessageBoxResult

Show() 공개 정적인 메소드

Displays a message box in front of the specified DialogControlContainer.
owner
public static Show ( DialogControlContainer owner, string messageBoxText, string caption, MessageBoxButton button, MessageBoxImage icon ) : MessageBoxResult
owner DialogControlContainer A to host this message box.
messageBoxText string The message box text.
caption string The caption.
button MessageBoxButton The button to display.
icon MessageBoxImage The icon to display.
리턴 MessageBoxResult

Show() 공개 정적인 메소드

Displays a message box in front of the specified DialogControlContainer.
owner
public static Show ( DialogControlContainer owner, string messageBoxText, string caption, MessageBoxButton button, MessageBoxImage icon, MessageBoxResult defaultResult ) : MessageBoxResult
owner DialogControlContainer A to host this message box.
messageBoxText string The message box text.
caption string The caption.
button MessageBoxButton The button to display.
icon MessageBoxImage The icon to display.
defaultResult MessageBoxResult The default result.
리턴 MessageBoxResult

Show() 공개 정적인 메소드

Displays a message box in front of the specified window.
owner
public static Show ( Window owner, string messageBoxText ) : MessageBoxResult
owner System.Windows.Window A that contains in its visual tree.
messageBoxText string The message box text.
리턴 MessageBoxResult

Show() 공개 정적인 메소드

Displays a message box in front of the specified window.
owner
public static Show ( Window owner, string messageBoxText, string caption ) : MessageBoxResult
owner System.Windows.Window A that contains in its visual tree.
messageBoxText string The message box text.
caption string The caption.
리턴 MessageBoxResult

Show() 공개 정적인 메소드

Displays a message box in front of the specified window.
owner
public static Show ( Window owner, string messageBoxText, string caption, MessageBoxButton button ) : MessageBoxResult
owner System.Windows.Window A that contains in its visual tree.
messageBoxText string The message box text.
caption string The caption.
button MessageBoxButton The button to display.
리턴 MessageBoxResult

Show() 공개 정적인 메소드

Displays a message box in front of the specified window.
owner
public static Show ( Window owner, string messageBoxText, string caption, MessageBoxButton button, MessageBoxImage icon ) : MessageBoxResult
owner System.Windows.Window A that contains in its visual tree.
messageBoxText string The message box text.
caption string The caption.
button MessageBoxButton The button to display.
icon MessageBoxImage The icon to display.
리턴 MessageBoxResult

Show() 공개 정적인 메소드

Displays a message box in front of the specified window.
owner
public static Show ( Window owner, string messageBoxText, string caption, MessageBoxButton button, MessageBoxImage icon, MessageBoxResult defaultResult ) : MessageBoxResult
owner System.Windows.Window A that contains in its visual tree.
messageBoxText string The message box text.
caption string The caption.
button MessageBoxButton The button to display.
icon MessageBoxImage The icon to display.
defaultResult MessageBoxResult The default result.
리턴 MessageBoxResult