OLEUIEVENTSTATUS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the status of a user interface event.
public enum class OLEUIEVENTSTATUS
public enum class OLEUIEVENTSTATUS
enum OLEUIEVENTSTATUS
public enum OLEUIEVENTSTATUS
type OLEUIEVENTSTATUS =
Public Enum OLEUIEVENTSTATUS
- Inheritance
-
OLEUIEVENTSTATUS
Fields
Name | Value | Description |
---|---|---|
OLEUIEVENTSTATUS_OCCURRED | 0 | A user interface event has occurred. |
OLEUIEVENTSTATUS_START | 1 | A user interface event has started. |
OLEUIEVENTSTATUS_STARTNODIALOG | 1 | A user interface event has started, but a dialog has not been displayed. |
OLEUIEVENTSTATUS_STOP | 2 | A user interface event has finished. |
OLEUIEVENTSTATUS_STARTBEFOREDIALOG | 3 | A user interface event has started before the display of a dialog. |
OLEUIEVENTSTATUS_CONTINUEINDIALOG | 4 | A user interface event is continuing while a dialog is displayed. |
OLEUIEVENTSTATUS_CONTINUEAFTERDIALOG | 5 | A user interface event is continuing after a dialog has been displayed. |
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++]