Scope: Schematic editor
Object: Application Object
Access: Read/Write
Prerequisites: None
Sets or disables event queuing.
Application.QueueSelectEvents = Long
None
Long. When this property is set to True, the application posts each Select event to a queue without execution. When set to False, the application executes the Select event for each queued block, if any.
Put another way, true enables queuing of Select events, while false does not queue the Select events, but executes them immediately.