Table of Contents

Method IsWindowOpen

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

IsWindowOpen(string)

Checks if a window dialog with the given key is open.

public bool IsWindowOpen(string key)

Parameters

key string

The key associated with the dialog.

Returns

bool

True if the dialog is open, otherwise false.