Accusoft.ImagXpress13.Net
GetItem Method




A Tool enumeration value which represents the tool associated with the menu item.
An integer value which represents the identifier of the top-level menu in which the menu item resides.
Gets the title of the menu item specified.
Syntax
'Declaration
 
Public Function GetItem( _
   ByVal tool As Tool, _
   ByVal topMenuId As Integer, _
   ByVal subMenuId As Integer _
) As String
'Usage
 
Dim instance As ToolbarContextMenu
Dim tool As Tool
Dim topMenuId As Integer
Dim subMenuId As Integer
Dim value As String
 
value = instance.GetItem(tool, topMenuId, subMenuId)
public string GetItem( 
   Tool tool,
   int topMenuId,
   int subMenuId
)
public: string* GetItem( 
   Tool tool,
   int topMenuId,
   int subMenuId
) 
public:
String^ GetItem( 
   Tool tool,
   int topMenuId,
   int subMenuId
) 

Parameters

tool
A Tool enumeration value which represents the tool associated with the menu item.
topMenuId
An integer value which represents the identifier of the top-level menu in which the menu item resides.
subMenuId
An integer value which represents the identifier of the sub-level menu in which the menu item resides.

Return Value

A string which represents the title of the menu item specified.
See Also

Reference

ToolbarContextMenu Class
ToolbarContextMenu Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback