Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ContextMenus Class / Contains Method
The descriptive name of the menu. If null or empty string is passed, this is equivalent to the default menu.


Contains Method (ContextMenus)
Returns a value indicating whether a context menu of a given name exists in this session document.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal name As String _
) As Boolean
 
'Usage
 
Dim instance As ContextMenus
Dim name As String
Dim value As Boolean
 
value = instance.Contains(name)

Parameters

name
The descriptive name of the menu. If null or empty string is passed, this is equivalent to the default menu.

Return Value

True if the menu exists, false if it does not
Exceptions
ExceptionDescription
If the ContextMenus object is not available or in an error state
See Also