Shows a modal dialog based on the passed ModalDialogViewModelBase. The ModalDialogViewModelBase dialog is currently only allowed to be created by implementing the abstract class WebViewModalDialogViewModel, which will allow using a IWebView inside a modal dialog.
public void ShowDialog(ModalDialogViewModelBase dialog)| exception | condition |
|---|---|
| Exception | dialog is null. |
- class ModalDialogViewModelBase
- interface IDialogService
- namespace Mendix.StudioPro.ExtensionsAPI.UI.Services