The ActionsManager interface class is used to build context menus, and to implement commands of the context menu actions. For example, when a user performs a right mouse-click on a Visual Basic list object in iSeries™ Navigator, the queryActions method in the ActionsManager interface class will be called to return the context menu item strings.
The Visual Basic Sample plug-in provides an example of this class in the file actnman.cls. You must define an ActionsManager interface class for each unique object type that your plug-in supports. You can specify the same ActionsManager interface class for different object types, but your code logic must handle being called with multiple types of objects.
For detailed descriptions of this class and its methods, see the online help provided with the iSeries Navigator Visual Basic Plug-in Support DLL (cwbunvbi.dll and cwbunvbi.hlp files).