OLEUIEVENTFREQ Enumeration

 

Specifies the frequency that a user interface event normally occurs in a component

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public enum OLEUIEVENTFREQ

Member nameDescription
OLEUIEVENTFREQ_CONSISTENTLY

Indicates that the event occurs on a regular basis.

OLEUIEVENTFREQ_FREQUENTLY

Indicates that the event occurs frequently.

OLEUIEVENTFREQ_NULL

Indicates that the frequency is not applicable.

OLEUIEVENTFREQ_OFTEN

Indicates that the event occurs often.

OLEUIEVENTFREQ_SELDOM

Indicates that the event seldom occurs.

OLEUIEVENTFREQ_SOMETIMES

Indicates that the event occurs infrequently.

This enumeration indicates the frequency that a particular UI Event normally occurs in the component used with OnUIEvent..

From oleipc.idl.

[C++]

Return to top
Show: