메소드 | 설명 | |
---|---|---|
ConfirmYesOrNo ( ConsoleString message, System.Action yesCallback, System.Action noCallback = null, int maxHeight = 10 ) : void | ||
ConfirmYesOrNo ( string message, System.Action yesCallback, System.Action noCallback = null, int maxHeight = 10 ) : void | ||
Dialog ( |
||
OnRemovedFromVisualTree ( ) : void | ||
ShowMessage ( ConsoleString message, System.Action doneCallback = null, int maxHeight = 12 ) : void | ||
ShowMessage ( ConsoleString message, Action |
||
ShowMessage ( string message, System.Action doneCallback = null, int maxHeight = 12 ) : void | ||
ShowRichTextInput ( ConsoleString message, Action |
||
ShowTextInput ( ConsoleString message, Action |
메소드 | 설명 | |
---|---|---|
OnPaint ( |
메소드 | 설명 | |
---|---|---|
Escape ( ) : void | ||
Event ( ) : System | ||
OnAddedToVisualTree ( ) : void | ||
OnBeforeAddedToVisualTree ( ) : void |
public static ConfirmYesOrNo ( ConsoleString message, System.Action yesCallback, System.Action noCallback = null, int maxHeight = 10 ) : void | ||
message | ConsoleString | |
yesCallback | System.Action | |
noCallback | System.Action | |
maxHeight | int | |
리턴 | void |
public static ConfirmYesOrNo ( string message, System.Action yesCallback, System.Action noCallback = null, int maxHeight = 10 ) : void | ||
message | string | |
yesCallback | System.Action | |
noCallback | System.Action | |
maxHeight | int | |
리턴 | void |
public static ShowMessage ( ConsoleString message, System.Action doneCallback = null, int maxHeight = 12 ) : void | ||
message | ConsoleString | |
doneCallback | System.Action | |
maxHeight | int | |
리턴 | void |
public static ShowMessage ( ConsoleString message, Action |
||
message | ConsoleString | |
resultCallback | Action |
|
allowEscapeToCancel | bool | |
maxHeight | int | |
리턴 | void |
public static ShowMessage ( string message, System.Action doneCallback = null, int maxHeight = 12 ) : void | ||
message | string | |
doneCallback | System.Action | |
maxHeight | int | |
리턴 | void |
public static ShowRichTextInput ( ConsoleString message, Action |
||
message | ConsoleString | |
resultCallback | Action |
|
cancelCallback | System.Action | |
allowEscapeToCancel | bool | |
maxHeight | int | |
inputBox | ||
리턴 | void |
public static ShowTextInput ( ConsoleString message, Action |
||
message | ConsoleString | |
resultCallback | Action |
|
cancelCallback | System.Action | |
allowEscapeToCancel | bool | |
maxHeight | int | |
리턴 | void |