OLEUIEVENTFREQ 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 frequency that a user interface event normally occurs in a component
public enum class OLEUIEVENTFREQ
public enum class OLEUIEVENTFREQ
enum OLEUIEVENTFREQ
public enum OLEUIEVENTFREQ
type OLEUIEVENTFREQ =
Public Enum OLEUIEVENTFREQ
- Inheritance
-
OLEUIEVENTFREQ
Fields
OLEUIEVENTFREQ_CONSISTENTLY | 2 | Indicates that the event occurs on a regular basis. |
OLEUIEVENTFREQ_FREQUENTLY | 4 | Indicates that the event occurs frequently. |
OLEUIEVENTFREQ_NULL | 0 | Indicates that the frequency is not applicable. |
OLEUIEVENTFREQ_OFTEN | 6 | Indicates that the event occurs often. |
OLEUIEVENTFREQ_SELDOM | 10 | Indicates that the event seldom occurs. |
OLEUIEVENTFREQ_SOMETIMES | 8 | Indicates that the event occurs infrequently. |
Remarks
This enumeration indicates the frequency that a particular UI Event normally occurs in the component used with OnUIEvent..
COM Signature
From oleipc.idl.
[C++]