GefProcActions (object)

Represents a collection of GefProcAction objects.
Description: The GefProcActions collection contains the actions owned by a procedure. The actions are represented by GefProcAction objects.

The GefProcActions collection supports enumeration with the For Each statement.



Example:

assume "actions" is a GefProcActions object
Dim action as GefProcAction
For Each action In actions
    MsgBox var.Type
Next
Properties: Application , Count , Item , Parent
Methods: Add , DuplicateAction , MoveAction , Remove