Method IsWindowOpen
IsWindowOpen(string)
Checks if a window dialog with the given key is open.
bool IsWindowOpen(string key)
Parameters
key
stringThe key associated with the dialog.
Returns
- bool
True if the dialog is open, otherwise false.
Checks if a window dialog with the given key is open.
bool IsWindowOpen(string key)
key
stringThe key associated with the dialog.
True if the dialog is open, otherwise false.