Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IContextMenu Interface / Count Property


In This Topic
Count Property (IContextMenu)
In This Topic
Gets a value indicating how many menu items (including separators) are in this menu.
Syntax
'Declaration
 
ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As IContextMenu
Dim value As Integer
 
value = instance.Count
See Also