Programming with Reflection

image\rwnprg32.gif EnableOnEvent method

 

Syntax object.EnableOnEvent OnEventNumber, EnableOrDisable

 

Description

Enables or disables specified event commands.

Arguments

OnEventNumber Argument type: Integer or Enumeration
Required
Specifies the event number to enable or disable. Use rcAllEvents to enable or disable all defined events.

EnableOrDisable Argument type: Enumeration
Required
Determines whether the specified events are enabled or disabled:

 rcEnable

 Enables the specified event(s).

 rcDisable

 Disables the specified event(s).

 

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command