Accusoft ImagXpress 12
MenuChangeItem Method
See Also  Send comments on this topic.
Tool
An enumIXTool value.
TopMenuID
Top-level menu ID of the item to change.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : MenuChangeItem Method

Glossary Item Box

Description

Changes the specified menu item from the specified menu.

Syntax

Visual Basic
Public Function MenuChangeItem( _
   ByVal Menu As enumMenu, _
   ByVal Tool As enumIXTool, _
   ByVal TopMenuID As Long, _
   ByVal SubMenuID As Long, _
   ByVal MenuText As String _
) As Boolean

Parameters

Menu
ValueDescription
Menu_ContextContext menu activated.
Menu_ToolbarToolbar menu activated.
An enumMenu 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 value.
TopMenuID
Top-level menu ID of the item to change.
SubMenuID
Sub-level menu ID to change, if this is to change a sub-level menu item, otherwise this parameter should be 0.
MenuText
The new text.

Remarks

A menu ID of 4100-4200 is reserved for menu separator bars and can not be changed.

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

See Also

©2013. Accusoft Corporation. All Rights Reserved.