Accusoft ImagXpress 12
MenuGetNextItemID Method
See Also  Send comments on this topic.
Tool
An enumIXtool enumeration.
TopMenuID
The variable to receive the topMenuID of the next menu item. A returned value of 0 indicates there are no more items.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : MenuGetNextItemID Method

Glossary Item Box

Description

Gets the next menu ID on the specified level from the specified menu.

Syntax

Visual Basic
Public Sub MenuGetNextItemID( _
   ByVal Menu As enumMenu, _
   ByVal Tool As enumIXTool, _
   ByRef TopMenuID As Long, _
   ByRef SubMenuID As Long _
) 

Parameters

Menu
ValueDescription
Menu_ContextContext menu activated.
Menu_ToolbarToolbar menu activated.

When menu type is Menu_Toolbar, then the tool parameter is the Tool ID associated with the menu.

When menu type is Menu_Context, then the tool parameter has no meaning and can be any value.

Tool
ValueDescription
TOOL_HandImage panning tool.
TOOL_MagMagnifying window.
TOOL_MouseWheelHorizScrollMouse wheel horizontal scroll.
TOOL_MouseWheelVertScrollMouse wheel vertical scroll.
TOOL_MouseWheelZoomMouse wheel zoom.
TOOL_NoneNo tool selected.
TOOL_PanImage viewing pan tool.
TOOL_SelectRubberband window selection tool.
TOOL_ZoomInZoom in tool.
TOOL_ZoomOutZoom out tool.
TOOL_ZoomRectZoom rectangle tool.
An enumIXtool enumeration.
TopMenuID
The variable to receive the topMenuID of the next menu item. A returned value of 0 indicates there are no more items.
SubMenuID
The variable to receive the subMenuID of the next menu item.

Return Type

The ID of the next menu item.

Remarks

Note: The Toolbar must be activated before any context menus can be modified.

See Also

©2013. Accusoft Corporation. All Rights Reserved.