메소드 | 설명 | |
---|---|---|
GetActiveWindow ( ) : MahApps.Metro.Controls.MetroWindow | ||
ShowInputDialog ( string title, string message, |
||
ShowMessageBox ( string title, string message ) : void | ||
ShowOpenDialog ( string &path, string defaultExt, string filter, string initialDir = null ) : bool | ||
ShowProgressDialog ( string title, string message, bool isCancelable = false, |
||
ShowQuestionMessageBox ( string title, string message ) : Task |
public GetActiveWindow ( ) : MahApps.Metro.Controls.MetroWindow | ||
리턴 | MahApps.Metro.Controls.MetroWindow |
public ShowInputDialog ( string title, string message, |
||
title | string | |
message | string | |
settings | ||
리턴 | Task |
public ShowMessageBox ( string title, string message ) : void | ||
title | string | |
message | string | |
리턴 | void |
public ShowOpenDialog ( string &path, string defaultExt, string filter, string initialDir = null ) : bool | ||
path | string | |
defaultExt | string | |
filter | string | |
initialDir | string | |
리턴 | bool |
public ShowProgressDialog ( string title, string message, bool isCancelable = false, |
||
title | string | |
message | string | |
isCancelable | bool | |
settings | ||
리턴 | Task |
public ShowQuestionMessageBox ( string title, string message ) : Task |
||
title | string | |
message | string | |
리턴 | Task |