OLEUIEVENTSTATUS Enumeration
Specifies the status of a user interface event.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration OLEUIEVENTSTATUS
public enum OLEUIEVENTSTATUS
public enum class OLEUIEVENTSTATUS
type OLEUIEVENTSTATUS
public enum OLEUIEVENTSTATUS
Members
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. |
Remarks
This enumeration indicates the status of a UI Event used with the OnUIEvent. The OLEUIEVENTSTATUS values are used with the OnUIEvent.
COM Signature
From oleipc.idl.
[C++]