Question:
How can I disable Click() event via space bar in certain buttons of the application? (That is, I want to keep E3 from interpreting the space bar being pressed as a Click() event).
Solution:
To do so, you must set each button’s TabStop and TakeFocusOnClick properties as FALSE.