Method | Description | |
---|---|---|
ShowMetroMessageBox ( this @this, string message, string title, MessageBoxButton buttons ) : MessageBoxResult | ||
ShowMetroMessageBox ( this @this, string message ) : void |
public static ShowMetroMessageBox ( this @this, string message, string title, MessageBoxButton buttons ) : MessageBoxResult | ||
@this | this | |
message | string | |
title | string | |
buttons | MessageBoxButton | |
return | MessageBoxResult |
public static ShowMetroMessageBox ( this @this, string message ) : void | ||
@this | this | |
message | string | |
return | void |