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)

public enum OLEUIEVENTSTATUS

Member nameDescription
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.

This enumeration indicates the status of a UI Event used with the OnUIEvent. The OLEUIEVENTSTATUS values are used with the OnUIEvent.

From oleipc.idl.

[C++]

Return to top
Show: