InfoConnect for Unisys VBA Guide
ItemByIndex Function (ContextMenus)
The position within the collection to return a menu for.
Returns the context menu at the specified index in the session document's context menu collection
Syntax
object.ItemByIndex( _
   ByVal index As Long _
) As _ContextMenu

Parameters

index
The position within the collection to return a menu for.

Return Value

The context menu at the specified position
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThrown if the index argument is invalid.
See Also

 

 


2015 Attachmate

Send Feedback