__VSTWDFLAGS Enumeration
Visual Studio 2015
Specifies the behavior of the Wait dialog. These flags are passed to StartWaitDialog.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| VSTWDFLAGS_CANCELLABLE | The dialog can be cancelled, so display the Cancel button. | |
| VSTWDFLAGS_NOFLAGS | No flags are specified. | |
| VSTWDFLAGS_TOPMOST | Force the Wait dialog window above all other windows. |
Show: