Method | Description | |
---|---|---|
OnButtonClick ( |
||
Show ( string title, string text, Action |
||
Show ( string title, string text, IList |
||
Show ( string title, string text, |
Method | Description | |
---|---|---|
Handle ( Input action ) : void | ||
HideWindow ( ) : void | ||
InvokeCallback ( MessageBoxResult result ) : void | ||
Reset ( ) : void |
public OnButtonClick ( |
||
button | ||
return | void |
public static Show ( string title, string text, Action |
||
title | string | |
text | string | |
callback | Action |
|
return | void |
public static Show ( string title, string text, IList |
||
title | string | |
text | string | |
buttons | IList |
|
callback | Action |
|
return | void |
public static Show ( string title, string text, |
||
title | string | |
text | string | |
button1 | ||
button2 | ||
callback | Action |
|
return | void |