Get Started
Quickstart
HowTo's
Concepts
API Libraries
InfoConnect for Airlines VBA Guide
Add Function (ContextMenus)
Attachmate.Reflection.Objects.Emulation.Common Library
>
ContextMenus Object
: Add Function
The context menu to add
Adds (or updates an existing) context menu to this session document
Syntax
Visual Basic (Declaration)
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
Exception
Description
System.ArgumentNullException
If the name passed is null or empty
System.InvalidOperationException
If the ContextMenus object is not available or in an error state
See Also
Reference
ContextMenus Object
ContextMenus Members
Send Feedback