ObjectDCL Banner

EventInvoke Property

Description

Determines the calling convention of events.

Type

This property is an integer. The valid values are:

  • 0 (Keep Focus)
  • 1 (Allow (Command ...))

A setting of 0 will allow the control to keep it's focus.

A setting of 1 will allow the (Command ...) Lisp funcion to be used, but will also shift the focus to the Command Line. This is the default for the Modeless and Dockable forms).  

The setting of 1 - Allow (Command...) will NOT work in a ConfigTab dialog.

Applies For

CustomFileDlg.

Remarks

This property can only be set at design time only.

Cannot be read at runtime from AutoLISP.