OLEUIEVENTSTATUS Enumeration
Visual Studio 2015
Specifies the status of a user interface event.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| OLEUIEVENTSTATUS_CONTINUEAFTERDIALOG | A user interface event is continuing after a dialog has been displayed. | |
| OLEUIEVENTSTATUS_CONTINUEINDIALOG | A user interface event is continuing while a dialog is displayed. | |
| OLEUIEVENTSTATUS_OCCURRED | A user interface event has occurred. | |
| OLEUIEVENTSTATUS_START | A user interface event has started. | |
| OLEUIEVENTSTATUS_STARTBEFOREDIALOG | A user interface event has started before the display of a dialog. | |
| OLEUIEVENTSTATUS_STARTNODIALOG | A user interface event has started, but a dialog has not been displayed. | |
| OLEUIEVENTSTATUS_STOP | A user interface event has finished. |
Show: