Specifies values for an event action type. | |
Description: | These values are used by the ActionType property of the GefObjectEvent object to determine whether the event runs a script or a procedure. |
See Also: | GefObjectEvent.SetAction |
Values: |
gefEventActionNone - No action is defined.
gefEventActionScript - The action runs a
script.
gefEventActionProcedure - The action runs a
procedure.
|