InfoConnect for Unisys VBA Guide
Add Function (ContextMenus)
Adds (or updates an existing) context menu to this session document
Syntax
object.Add( _
   ByVal menu As _ContextMenu _
) As Boolean

Parameters

menu
The context menu to add

Return Value

True if the add or update was successful, false if an error occurred
Exceptions
ExceptionDescription
System.ArgumentNullExceptionIf the name passed is null or empty
System.InvalidOperationExceptionIf the ContextMenus object is not available or in an error state
See Also

 

 


2015 Attachmate

Send Feedback