Accusoft.ImagXpress13.Net
GetNextItemId Method




A Tool enumeration value with which the menu is associated.
An integer value which represents the top-level menu ID of the first item in the menu.
Gets the topMenuId and subMenuId of the next item in the menu associated with the specified tool.
Syntax
'Declaration
 
Public Sub GetNextItemId( _
   ByVal tool As Tool, _
   ByRef topMenuId As Integer, _
   ByRef subMenuId As Integer _
) 
'Usage
 
Dim instance As ToolbarContextMenu
Dim tool As Tool
Dim topMenuId As Integer
Dim subMenuId As Integer
 
instance.GetNextItemId(tool, topMenuId, subMenuId)
public void GetNextItemId( 
   Tool tool,
   out int topMenuId,
   out int subMenuId
)
public: void GetNextItemId( 
   Tool tool,
   [PARAMFLAG::Out] int topMenuId,
   [PARAMFLAG::Out] int subMenuId
) 
public:
void GetNextItemId( 
   Tool tool,
   [Out] int topMenuId,
   [Out] int subMenuId
) 

Parameters

tool
A Tool enumeration value with which the menu is associated.
topMenuId
An integer value which represents the top-level menu ID of the first item in the menu.
subMenuId
An integer value which represents the sub-level menu ID of the first item in the menu.
Remarks

Use this method and the GetFirstItemId method to iterate through the available menu items.

See Also

Reference

ToolbarContextMenu Class
ToolbarContextMenu Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback