A dialogue that blocks the thread when it's opened. Alert and confirm use these.
Public Member Functions | |
BlockingDialogue (string type, Window window) | |
void | Resume (object response) |
Resumes the thread. More... | |
Public Attributes | |
Window | Window |
The window that opened it. More... | |
string | Type |
The dialogue type. alert/confirm. More... | |
object | Response |
The response from the user. More... | |
HtmlElement | Element |
The UI element of the background. Contains the whole prompt. More... | |
Package Attributes | |
System.Threading.Thread | Thread |
The blocked JS thread. More... | |
Properties | |
bool | OkResponse [get] |
The response as a boolean. More... | |
|
inline |
|
inline |
Resumes the thread.
HtmlElement PowerUI.BlockingDialogue.Element |
The UI element of the background. Contains the whole prompt.
object PowerUI.BlockingDialogue.Response |
The response from the user.
|
package |
The blocked JS thread.
string PowerUI.BlockingDialogue.Type |
The dialogue type. alert/confirm.
Window PowerUI.BlockingDialogue.Window |
The window that opened it.
|
get |
The response as a boolean.