Programming with Reflection
EventsInterruptMenus property
Syntax |
object.EventsInterruptMenus |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) how scheduled events are handled when Reflection is in a suspended state because of menu activity. Actions that create this suspended state include: clicking a command in the menu bar, right-clicking in the terminal window, and pressing the [Alt] key.
When this property is False Reflection remains in a suspended state and does not execute the scheduled event.
When this property is True Reflection exits from the suspended menu state and executes the scheduled event.
The default value is False.