OLEUIEVENTSTATUS Enum

Definition

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

OLEUIEVENTSTATUS_CONTINUEAFTERDIALOG 5

A user interface event is continuing after a dialog has been displayed.

OLEUIEVENTSTATUS_CONTINUEINDIALOG 4

A user interface event is continuing while a dialog is displayed.

OLEUIEVENTSTATUS_OCCURRED 0

A user interface event has occurred.

OLEUIEVENTSTATUS_START 1

A user interface event has started.

OLEUIEVENTSTATUS_STARTBEFOREDIALOG 3

A user interface event has started before the display of a dialog.

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.

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++]

Applies to