Accusoft ImagXpress 12
ToolbarDeleteTool Method
See Also  Send comments on this topic.
Tool
An enumIXTool to be deleted from the toolbar.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : ToolbarDeleteTool Method

Glossary Item Box

Description

Deletes a tool's button from the toolbar.

Syntax

Visual Basic
Public Sub ToolbarDeleteTool( _
   ByVal Tool As enumIXTool _
) 

Parameters

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 to be deleted from the toolbar.

Remarks

The tool button will no longer be visible in the toolbar. This is similar to setting the ToolbarSetToolVisible method to False, except the tool button can not be added back into the toolbar.

 

See Also

©2013. Accusoft Corporation. All Rights Reserved.