Specifies whether the engine can park on the Push Button control.
When set to True, the direct activation, clicking the button or pressing the push button accelerator moves the focus to that control by executing the flow logic from the engine's current location to the push button. Only after the engine has parked on the push button will it raise the event set for that control. The default value is True.
When set to False, the direct activation triggers the event set for the push button control without leaving the engine's current location.
This setting is useful for a Cancel button. For example, if you define a parkable push button with Park on click = False, the Cancel event is raised when clicking the button, without any further execution of control level handlers.
See also How Do I Skip Verification Logic from Being Executed When a Push Button Is Pressed?
|