Show / Hide Table of Contents

Method dialog.ShowDialogNoWait


Overload

Shows the dialog in new thread and returns without waiting until it is closed.

public void ShowDialogNoWait()
Exceptions
AggregateException

Failed to show dialog.

Remarks

Calls dialog.ThreadWaitForOpen, therefore the dialog is already open when this function returns. More info: dialog.showNoWait